v47

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-181,0851,7264.5 MB
OAuth Discovery

Authorization server metadata

OAuth 2.0 Authorization Server Metadata (RFC 8414)

get/.well-known/oauth-authorization-server

Response

Authorization server metadata

issuerstring uri

Authorization server issuer URL

token_endpointstring uri

Token endpoint URL

introspection_endpointstring uri

Token introspection endpoint URL

jwks_uristring uri

JWK Set endpoint URL

registration_endpointstring uri

Dynamic client registration endpoint URL

authorization_endpointstring uri

Authorization endpoint URL

grant_types_supportedstring[]

Supported grant types

code_challenge_methods_supportedstring[]

Supported PKCE code challenge methods

response_types_supportedstring[]

Supported response types

token_endpoint_auth_methods_supportedstring[]

Supported token endpoint authentication methods

scopes_supportedstring[]

Supported OAuth scopes

Example response

{
  "scopes_supported": [
    "admin"
  ]
}
All 1151 operations