Returns a list of predefined Identity Provider (IDP)
GET/v1/auth/sso/idps
Returns a list of predefined Identity Provider (IDP)
Responses
- 200
(empty)
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
idstring
namestring
[
{
"id": "string",
"name": "string"
}
]
Loading...