Auth
Get OIDC auth settings
Enterprise feature
Returns the current settings for OIDC Authentication
get/api/admin/auth/oidc/settings
Response
oidcSettingsResponseSchema
Example response
{
"enabled": true,
"discoverUrl": "https://myoidchost.azure.com/.well-known/openid-configuration",
"clientId": "FB87266D-CDDB-4BCF-BB1F-8392FD0EDC1B",
"secret": "qjcVfeFjEfoYAF3AEsX2IMUWYuUzAbXO",
"defaultRootRoleId": 2,
"emailDomains": "getunleash.io,getunleash.ai",
"acrValues": "urn:okta:loa:2fa:any phr",
"idTokenSigningAlgorithm": "RS256",
"groupJsonPath": "groups",
"extraScopes": "custom_scope1 custom_scope2"
}Changes
Changed in 1 of the 7 revisions of this API.1
- ○
added the optional property
to the response with the statusresponse-optional-property-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○