Authentication Realms - Fluid Topics - 3.7

Fluid Topics Integration Guide

Operating system
RHEL
Category
Reference Guides
Audience
public
Version
3.7

The authentication realms configuration is declared in the conf.json, inside the ui sub element:

The following example shows how to declare realms in the authentication configuration.

{
"authentication": {
"realms": [
{
"name": "google-realm",
"type": "google",
"configuration": {
"key": "akey",
"secret": "asecret"
}
},
{
"name": "internal-realm",
"type": "internal"
}
]
}
}

In this case two realms are declared:

  • The Google Oauth one
  • The internal one