List the enabled identity provider(s)
Return the list of enabled dynamic identity provider(s)
Query parameters
enabledOnUI
boolean | null
Whether the identity provider is visible on the UI |
Responses
-
200 Dynamic enabled identity provider list
Array [
typestring requiredThe type of the identity provider
EnumLocal
OpenId
namestring requiredThe internal name of the identity provider
resetboolean requiredWhether the password reset option is enabled on the identity provider (only for IdentityProvider of type Local)
displayNamearray of objects | null (LocalizedString)The display name of the identity provider
descriptionarray of objects | null (LocalizedString)The description of the identity provider
]
-
204 No enabled identity provider
-
403 Forbidden action
-
500 Identity Provider Error