Skip to main content
GET
/
.well-known
/
oauth-authorization-server
Error
A valid request URL is required to generate request examples
{
  "issuer": "<string>",
  "authorization_endpoint": "<string>",
  "token_endpoint": "<string>",
  "registration_endpoint": "<string>",
  "revocation_endpoint": "<string>",
  "response_types_supported": [
    "<string>"
  ],
  "grant_types_supported": [
    "<string>"
  ],
  "code_challenge_methods_supported": [
    "<string>"
  ],
  "token_endpoint_auth_methods_supported": [
    "<string>"
  ],
  "revocation_endpoint_auth_methods_supported": [
    "<string>"
  ],
  "scopes_supported": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Authorization server metadata

issuer
string
required
authorization_endpoint
string
required
token_endpoint
string
required
registration_endpoint
string
required
revocation_endpoint
string
required
response_types_supported
string[]
required
grant_types_supported
string[]
required
code_challenge_methods_supported
string[]
required
token_endpoint_auth_methods_supported
string[]
required
revocation_endpoint_auth_methods_supported
string[]
required
scopes_supported
string[]
required