Returns a list of supported sso logins
GET/v1/auth/sso/logins
Returns a list of supported sso logins and their authentication mechanism
Request
Query Parameters
org string
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...