OIDC Discovery
Public OpenID Connect discovery documents. Fetch these before starting an auth request.
OpenID Provider metadata
OIDC discovery document โ endpoint URLs and the `jwks_uri`. Public and cacheable.
OAuth 2.0 Authorization Server metadata
OAuth 2.0 authorization server metadata for non-OIDC clients. Public and cacheable.
JSON Web Key Set
Public keys for verifying issued tokens. Public and cacheable.