Returns a list of supported sso auth providers
GET/v1/auth/sso/providers
Returns a list of supported sso auth providers
Responses
- 200
(empty)
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
displayNamestring
Describes the display name for the sso login
logostring
Describes the url path for the sso login
namestring
Describes the processed name for the sso login
redirectUristring
Describes the sso login url for the authentication
[
{
"displayName": "string",
"logo": "string",
"name": "string",
"redirectUri": "string"
}
]
Loading...