Skip to main content
GET
/
v1
/
provider-mcp
/
oauth
/
.well-known
/
oauth-authorization-server
OAuth 2.0 Authorization Server Metadata (RFC 8414) for Provider MCP
curl --request GET \
  --url https://api.example.com/v1/provider-mcp/oauth/.well-known/oauth-authorization-server
{
  "issuer": "<string>",
  "authorization_endpoint": "<string>",
  "token_endpoint": "<string>",
  "registration_endpoint": "<string>",
  "response_types_supported": [
    "<string>"
  ],
  "grant_types_supported": [
    "<string>"
  ],
  "code_challenge_methods_supported": [
    "<string>"
  ],
  "token_endpoint_auth_methods_supported": [
    "<string>"
  ]
}

Response

200 - application/json

Server metadata

issuer
string
authorization_endpoint
string
token_endpoint
string
registration_endpoint
string
response_types_supported
string[]
grant_types_supported
string[]
code_challenge_methods_supported
string[]
token_endpoint_auth_methods_supported
string[]