OAuth 2.0 Authorization Server Metadata (RFC 8414)

RFC 8414 authorization server metadata. Alias of /.well-known/openid-configuration: returns the same discovery body so that OAuth-only clients that probe the RFC 8414 well-known location receive the server metadata instead of a 404.

Authentication

Api-Keystring

API key of the organization. Always sent together with the Secret-Access header.

Headers

Secret-AccessstringRequired

Response

Successful Response
issuerstring
authorization_endpointstring
token_endpointstring
userinfo_endpointstring
jwks_uristring
revocation_endpointstring
introspection_endpointstring
scopes_supportedlist of strings
response_types_supportedlist of strings
grant_types_supportedlist of strings
code_challenge_methods_supportedlist of strings
id_token_signing_alg_values_supportedlist of strings
token_endpoint_auth_methods_supportedlist of strings
subject_types_supportedlist of strings
registration_endpointstringOptional