OIDC / OAuth 2.0
OIDC Discovery
Returns the OpenID Connect discovery document. Use this to auto-configure any OIDC-compatible client library.
GET
OIDC Discovery
Use this document to auto-configure any OIDC-compatible client library (e.g.
openid-client, passport-openidconnect, Azure AD app registration).
Base URL of this identity server.
Authorization Code flow redirect URL.
Token exchange endpoint.
Returns claims about the authenticated user.
JSON Web Key Set for token verification.
Validate a token from a resource server.
Revoke an access or refresh token.
Available OAuth scopes.
authorization_code, client_credentials, refresh_tokenPKCE methods — always
["S256"]Previous
Authorization EndpointStep 1 of the Authorization Code + PKCE flow. Redirect the end-user here to begin authentication.
Next
OIDC Discovery