Skip to content

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

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

Authorization server metadata

object
authorization_endpoint
required
string
code_challenge_methods_supported
required
Array<string>
grant_types_supported
required
Array<string>
issuer
required

Issuer identifier — also the origin from which the well-known path is served. MCP clients may use this as the OAuth iss claim expectation.

string
registration_endpoint
required
string
response_types_supported
required
Array<string>
revocation_endpoint
required
string
scopes_supported
required
Array<string>
token_endpoint
required
string
token_endpoint_auth_methods_supported
required
Array<string>