Realm
Identity-provider realm and its authentication, registration, theme, token, and role settings.
accessTokenLifespaninteger<int32>
Access-token lifetime in seconds.
Example:
300accountThemestring
adminThemestring
displayNamestring
Human-readable realm label.
Example:
Building ManagementduplicateEmailsAllowedboolean
emailThemestring
enabledboolean
Whether users can authenticate against this realm.
Example:
trueidstring
Identity-provider internal realm identifier.
loginThemestring
loginWithEmailboolean
namestring
Stable realm name used in API paths and tokens.
Example:
buildingnotBeforenumber<double>
passwordPolicystring[]
Identity-provider password-policy rules.
realmRoles object[]
Realm-level roles available for assignment.
Array [
descriptionstring
namestring
]
registrationAllowedboolean
registrationEmailAsUsernameboolean
rememberMeboolean
resetPasswordAllowedboolean
verifyEmailboolean
Realm
{
"accessTokenLifespan": 300,
"accountTheme": "string",
"adminTheme": "string",
"displayName": "Building Management",
"duplicateEmailsAllowed": true,
"emailTheme": "string",
"enabled": true,
"id": "string",
"loginTheme": "string",
"loginWithEmail": true,
"name": "building",
"notBefore": 0,
"passwordPolicy": [
"string"
],
"realmRoles": [
{
"description": "string",
"name": "string"
}
],
"registrationAllowed": true,
"registrationEmailAsUsername": true,
"rememberMe": true,
"resetPasswordAllowed": true,
"verifyEmail": true
}