v52

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-311,1941,9384.1 MB
OAuth Discovery

Authorization server metadata

OAuth 2.0 Authorization Server Metadata (RFC 8414)

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

Response

Authorization server metadata

authorization_endpointstring uri

Authorization endpoint URL

code_challenge_methods_supportedstring[]

Supported PKCE code challenge methods

grant_types_supportedstring[]

Supported grant types

introspection_endpointstring uri

Token introspection endpoint URL

issuerstring uri

Authorization server issuer URL

jwks_uristring uri

JWK Set endpoint URL

registration_endpointstring uri

Dynamic client registration endpoint URL

response_types_supportedstring[]

Supported response types

scopes_supportedstring[]

Supported OAuth scopes

token_endpointstring uri

Token endpoint URL

token_endpoint_auth_methods_supportedstring[]

Supported token endpoint authentication methods

Example response

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