authentication - Fluid Topics - 3.7

Fluid Topics Configuration and Administration Guide

Category
Reference Guides
Audience
public
Version
3.7

The "authentication" object is used to define all the properties relative to user authentication on Fluid Topics. It is optional. If unset, the authentication/user account feature will not be available on the portal.

It is composed of the following elements:

Example

{
"ui": {
"authentication": {
"portalPollingIntervalInSeconds": "8000",
"realms": [
{
"type": "internal",
"name": "internal"
}
],
"passwordPolicy": "REGISTERED",
"registration": {
"type": "VERIFIED",
"allowedEmailDomains": "antidot.net"
},
...
}
}