Skip to main content

Get metadata of a given AuthorizationServer.

GET 

/.well-known/openid-configuration

Returns the OAuth 2.0 Authorization Server Metadata JSON document conforming to RFC 8414. The response lists endpoint URIs for authorization, token issuance, JWKS, pushed authorization requests, introspection, and revocation, all resolved from the service configuration or derived from registered companion services. For OpenID Connect deployments, additional OIDC provider metadata fields are included automatically based on the capabilities of the backing AuthorizationServer AuthState. Resource servers and relying parties typically fetch this document once at startup and refresh it when an endpoint reference becomes stale.

Responses

Successful operation

Schema

    object

Loading...