Account / Login alternatives
Route: /api/sys/v{version:apiVersion}/account/login_alternatives
Method: GET
Authorisation: No authentication needed
Request Arguments
| Name | Type | Source |
|---|
Request body example
Response object
Response status: 200 (OK)
Response type: DTO_login_alternative[]
Wrapper: DTO_response_wrap
Other response statuses: 400 (BadRequest)
Response body example
DTO_login_alternative
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| name | String | Name | |
| type | ENUM login_alternative_type | Type | |
| external_idp_url | String | External idp url |
ENUM login_alternative_type
| Value | Name | Description |
|---|---|---|
| 0 | UNKNOWN | UNKNOWN |
| 1 | COGNITO | COGNITO |
| 2 | ||
| 3 | MICROSOFT | MICROSOFT |
| 4 | ||
| 5 | SAML | SAML |