light-mode-image
Learn
API ReferenceAuthentication provider

Retrieve all Authentication Providers

Roles

adminissuermanaged-issuer

Analytics Events

USER_AUTHENTICATION_PROVIDER_RETRIEVE_LIST_STARTUSER_AUTHENTICATION_PROVIDER_RETRIEVE_LIST_SUCCESSUSER_AUTHENTICATION_PROVIDER_RETRIEVE_LIST_FAIL
GET/v1/users/authentication-providers

Returns a list of all Authentication Providers on your tenant.

Analytic events

  • USER_AUTHENTICATION_PROVIDER_RETRIEVE_LIST_START
  • USER_AUTHENTICATION_PROVIDER_RETRIEVE_LIST_SUCCESS
  • USER_AUTHENTICATION_PROVIDER_RETRIEVE_LIST_FAIL

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Query Parameters

limit?number

Range size of returned list.

Range1 <= value <= 1000
Default100
cursor?string

Starting point for the list of entries.

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/users/authentication-providers"
{  "nextCursor": "string",  "data": [    {      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",      "redirectUrl": "http://example.com",      "url": "http://example.com",      "scope": [        "openid",        "profile",        "email"      ],      "clientId": "string",      "tokenEndpointAuthMethod": "client_secret_basic",      "staticRequestParameters": {        "property1": "string",        "property2": "string"      },      "forwardedRequestParameters": [],      "claimsToPersist": [],      "clientSecret": "string"    }  ]}

How would you rate this page?