OIDCConfig

OIDCConfig
OIDCConfig
JSON Example
{
    "oidc_enable": false,
    "profile": false,
    "userinfo": false
}
boolean
oidc_enable
Optional

Adds openid as one of the scopes enabling OpenID Connect flow. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

boolean
profile
Optional

Fetch profile information by enabling profile scope. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

boolean
userinfo
Optional

Fetch profile information from Userinfo Endpoint. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

Property Of