GET /api/admin/availableidentityproviders
Gets available identity provider schemes for the current tenant.
Responses
| Code | Returns | Type |
|---|---|---|
| 200 | Ok | Acos.Websak.UserAPI.Core.Models.IdentityProviderInfo[] |
| 401 | Unauthorized - Missing or invalid access token | |
| 403 | Forbidden - Provided access token does not permit usage of this API or data | |
| 500 | Error fetching data |
Response Example
[{
"displayName":"string",
"identityClaim":"string",
"scheme":"string",
"type":"string"
}]