Returns a list of predefined Identity Provider (IDP)
GEThttps://api.spectrocloud.com/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"
}
]
- curl
- python
- go
- nodejs
- java
- CURL
curl -L 'https://api.spectrocloud.com/v1/auth/sso/idps' \
-H 'Accept: application/json'