Skip to main content
GET
/
.well-known
/
oauth-authorization-server
Error
A valid request URL is required to generate request examples
{
  "authorization_endpoint": "<string>",
  "code_challenge_methods_supported": [
    "<string>"
  ],
  "device_authorization_endpoint": "<string>",
  "grant_types_supported": [
    "<string>"
  ],
  "introspection_endpoint": "<string>",
  "issuer": "<string>",
  "jwks_uri": "<string>",
  "op_policy_uri": "<string>",
  "op_tos_uri": "<string>",
  "pushed_authorization_request_endpoint": "<string>",
  "registration_endpoint": "<string>",
  "request_parameter_supported": true,
  "request_uri_parameter_supported": true,
  "require_pushed_authorization_requests": true,
  "response_types_supported": [
    "<string>"
  ],
  "revocation_endpoint": "<string>",
  "scopes_supported": [
    "<string>"
  ],
  "service_documentation": "<string>",
  "tls_client_certificate_bound_access_tokens": true,
  "token_endpoint": "<string>",
  "token_endpoint_auth_methods_supported": [
    "<string>"
  ],
  "ui_locales_supported": [
    "<string>"
  ]
}

Response

200 - application/json

OK

authorization_endpoint
string
code_challenge_methods_supported
string[]
device_authorization_endpoint
string
grant_types_supported
string[]
introspection_endpoint
string
issuer
string
jwks_uri
string
op_policy_uri
string
op_tos_uri
string
pushed_authorization_request_endpoint
string
registration_endpoint
string
request_parameter_supported
boolean
request_uri_parameter_supported
boolean
require_pushed_authorization_requests
boolean
response_types_supported
string[]
revocation_endpoint
string
scopes_supported
string[]
service_documentation
string
tls_client_certificate_bound_access_tokens
boolean
token_endpoint
string
token_endpoint_auth_methods_supported
string[]
ui_locales_supported
string[]