Lists all available SSO providers (SAML and OIDC)
{
"data": [
{
"id": 123,
"name": "<string>",
"type": "<string>",
"slug": "<string>",
"details": {
"id": 123,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"deleted_at": {
"time": "2023-11-07T05:31:56Z",
"valid": true
},
"client_id": "<string>",
"issuer": "<string>",
"sso_provider_id": 123
}
}
]
}
Authorization: Bearer $JWT_TOKEN
Prefer header, used to specify a custom timeout in seconds using the wait parameter as per RFC7240.
x >= 0
OK
The response is of type object
.
{
"data": [
{
"id": 123,
"name": "<string>",
"type": "<string>",
"slug": "<string>",
"details": {
"id": 123,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"deleted_at": {
"time": "2023-11-07T05:31:56Z",
"valid": true
},
"client_id": "<string>",
"issuer": "<string>",
"sso_provider_id": 123
}
}
]
}
Lists all available SSO providers (SAML and OIDC)
{
"data": [
{
"id": 123,
"name": "<string>",
"type": "<string>",
"slug": "<string>",
"details": {
"id": 123,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"deleted_at": {
"time": "2023-11-07T05:31:56Z",
"valid": true
},
"client_id": "<string>",
"issuer": "<string>",
"sso_provider_id": 123
}
}
]
}
Authorization: Bearer $JWT_TOKEN
Prefer header, used to specify a custom timeout in seconds using the wait parameter as per RFC7240.
x >= 0
OK
The response is of type object
.
{
"data": [
{
"id": 123,
"name": "<string>",
"type": "<string>",
"slug": "<string>",
"details": {
"id": 123,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"deleted_at": {
"time": "2023-11-07T05:31:56Z",
"valid": true
},
"client_id": "<string>",
"issuer": "<string>",
"sso_provider_id": 123
}
}
]
}