OIDCConfig
{
"oidc_enable": false,
"profile": false,
"userid_claim_name": "string",
"userinfo": false
}
Adds openid as one of the scopes enabling OpenID Connect flow. Field introduced in 21.1.3. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.
Fetch profile information by enabling profile scope. Field introduced in 21.1.3. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.
Claim name from id token to be used as User ID. Field introduced in 31.2.1. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.
Fetch profile information from Userinfo Endpoint. Field introduced in 21.1.3. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.