API referenceIdentity and accessOAuth 2.1
Authorization server metadata
RFC 8414. Lists this zone's endpoints, the grants it supports and the PKCE methods it accepts.
Response Body
application/json
curl -X GET "https://example.com/.well-known/oauth-authorization-server"{ "issuer": "string", "authorization_endpoint": "string", "token_endpoint": "string", "revocation_endpoint": "string", "registration_endpoint": "string", "jwks_uri": "string", "grant_types_supported": [ "string" ], "code_challenge_methods_supported": [ "string" ], "scopes_supported": [ "string" ]}