v1

latestOpenAPI 3.1.02026-08-042955230.1 KB
Well-Known

/.well-known/oauth-authorization-server

Returns OAuth 2.0 Authorization Server Metadata as specified in RFC 8414. This endpoint provides automatic discovery of the authorization server's configuration, including supported endpoints, grant types, response types, PKCE methods, and available scopes. OAuth client libraries can use this endpoint to automatically configure themselves without manual endpoint configuration. No authentication is required as this is a public discovery endpoint.

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

Response

OK

issuerstring required

The authorization server's issuer identifier URL

authorization_endpointstring required

URL of the OAuth 2.0 authorization endpoint

token_endpointstring required

URL of the OAuth 2.0 token endpoint

revocation_endpointstring required

URL of the OAuth 2.0 token revocation endpoint (RFC 7009)

registration_endpointstring required

URL of the OAuth 2.0 dynamic client registration endpoint (RFC 7591)

jwks_uristring required

URL of the JSON Web Key Set document

response_types_supportedstring[] required

OAuth 2.0 response_type values supported

grant_types_supportedstring[] required

OAuth 2.0 grant type values supported

code_challenge_methods_supportedstring[] required

PKCE code challenge methods supported

token_endpoint_auth_methods_supportedstring[] required

Client authentication methods supported at token endpoint

scopes_supportedstring[] required

OAuth 2.0 scope values supported

service_documentationstring

URL of service documentation for developers