partner-oauth

OAuth 2.0 authorization server metadata (RFC 8414)

Discovery document so partners resolve endpoint URLs at runtime instead of hard-coding them. Public and non-sensitive.

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

Response

Authorization server metadata

authorization_endpointstring
code_challenge_methods_supportedstring[]
grant_types_supportedstring[]
issuerstring
response_types_supportedstring[]
revocation_endpointstring
revocation_endpoint_auth_methods_supportedstring[]
scopes_supportedstring[]
service_documentationstring
token_endpointstring
token_endpoint_auth_methods_supportedstring[]

Changes