/.well-known
GET /.well-known/openid-configuration — Fetch the OpenID Connect provider metadata.
GET /.well-known/openid-configuration — Fetch the OpenID Connect provider metadata.Responses
200
The discovery document.
application/json
issuerstring · uriRequired
The instance's external URL.
authorization_endpointstring · uriRequired
token_endpointstring · uriRequired
introspection_endpointstring · uriRequired
revocation_endpointstring · uriRequired
userinfo_endpointstring · uriRequired
response_types_supportedstring[]Optional
grant_types_supportedstring[]Optional
scopes_supportedstring[]Optional
claims_supportedstring[]Optional
The claim names userinfo may return — always sub,
plus every claim enabled in the base config's
openid.userinfo list (email_verified is included
only when email is enabled).
code_challenge_methods_supportedstring[]Optional
Always ["S256"].
id_token_signing_alg_values_supportedstring[]Optional
Always ["RS256"].
subject_types_supportedstring[]Optional
Always ["public"].
200
The discovery document.
Last updated