Skip to main content
GET
OIDC Discovery
Use this document to auto-configure any OIDC-compatible client library (e.g. openid-client, passport-openidconnect, Azure AD app registration).
string
Base URL of this identity server.
string
Authorization Code flow redirect URL.
string
Token exchange endpoint.
string
Returns claims about the authenticated user.
string
JSON Web Key Set for token verification.
string
Validate a token from a resource server.
string
Revoke an access or refresh token.
string[]
Available OAuth scopes.
string[]
authorization_code, client_credentials, refresh_token
string[]
PKCE methods — always ["S256"]