GET
/.well-known/oauth-authorization-serverGet OAuth Authorization Server MetadataGet OAuth 2.1 Authorization Server Metadata (RFC 8414)
Responses
objectAuthorizationServerMetadata
authorization_endpointstringcode_challenge_methods_supportedarray of stringShow child attributes
grant_types_supportedarray of stringShow child attributes
issuerstringregistration_endpointstringresponse_types_supportedarray of stringShow child attributes
revocation_endpointstringtoken_endpointstringtoken_endpoint_auth_methods_supportedarray of stringShow child attributes
{
"authorization_endpoint": "string",
"code_challenge_methods_supported": [
"string"
],
"grant_types_supported": [
"string"
],
"issuer": "string",
"registration_endpoint": "string",
"response_types_supported": [
"string"
],
"revocation_endpoint": "string",
"token_endpoint": "string",
"token_endpoint_auth_methods_supported": [
"string"
]
}