Skip to main content
GET
/
api
/
identity-providers
List identity providers
curl --request GET \
  --url https://api.example.com/api/identity-providers \
  --header 'Authorization: Bearer <token>'
{
  "identity_providers": [
    {
      "alias": "<string>",
      "display_name": "<string>",
      "provider_id": "<string>",
      "enabled": true,
      "internal_id": "<string>",
      "known_provider": "<string>",
      "config": {},
      "mapper_count": 0
    }
  ],
  "total": 123
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Response

All configured identity providers

Response for listing identity providers.

identity_providers
IdpResponse · object[]
required
total
integer
required