Skip to content

List external identity providers.

GET
/api/admin/external-providers
Code sample: Shell / cURL
curl --request GET \
--url https://auth.example.com/api/admin/external-providers \
--header 'Authorization: Bearer <token>'

Lists external IdP providers through the External IdP Bridge. When the bridge binding is not configured, the endpoint returns an empty provider list instead of failing.

External provider list response.

Media type application/json
object
providers
required
Array<object>
object
key
additional properties
runtime_status
string
key
additional properties
Example generated
{
"providers": [
{
"additionalProperty": "example"
}
],
"runtime_status": "example"
}

Error response.

Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{
"error": "example",
"message": "example",
"error_description": "example"
}

Error response.

Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{
"error": "example",
"message": "example",
"error_description": "example"
}

Error response.

Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{
"error": "example",
"message": "example",
"error_description": "example"
}

Error response.

Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{
"error": "example",
"message": "example",
"error_description": "example"
}