OpenID Connect Example Using Google - Fluid Topics - 3.7

Fluid Topics Integration Guide

Operating system
Debian
Category
Reference Guides
Audience
public
Version
3.7

As an example, Google OAuth2 endpoint is compatible with OpenID Connect.

The following lines show an example of an OpenID Connect realm configuration in Fluid Topics, using Google as an identity provider:

{
...
"ui": {
"authentication": {
"realms": [
{
"name": "OpenIdConnect",
"type": "oidc",
"configuration":
{
"clientId":"123456789123-r4h2031fvim5kcfa7j0alvise3t7tcfi.apps.googleusercontent.com",
"secret" : "tH151s453cR3tK3Yv4lU3",
"discoveryUrl":"https://accounts.google.com/.well-known/openid-configuration"
}
}
]
},
...
}

Where: