Skip to main content
GET
OIDC Discovery Endpoint

Response

200 - application/json

A JSON object listing the OIDC provider's configuration.

Metadata describing the OpenID Connect provider's configuration.

issuer
string<uri>
authorization_endpoint
string<uri>
token_endpoint
string<uri>
device_authorization_endpoint
string<uri>
userinfo_endpoint
string<uri>
mfa_challenge_endpoint
string<uri>
jwks_uri
string<uri>
registration_endpoint
string<uri>
revocation_endpoint
string<uri>
end_session_endpoint
string<uri>
scopes_supported
string[]
response_types_supported
string[]
code_challenge_methods_supported
string[]
response_modes_supported
string[]
subject_types_supported
string[]
token_endpoint_auth_methods_supported
string[]
claims_supported
string[]