Skip to main content
Opik Documentation

Search documentation

Type to search this documentation.

Get OAuth Authorization Server Metadata

GET/.well-known/oauth-authorization-serverGet OAuth Authorization Server Metadata

Get OAuth 2.1 Authorization Server Metadata (RFC 8414)

Responses

200Authorization Server Metadataapplication/json
objectAuthorizationServerMetadata
authorization_endpointstring
code_challenge_methods_supportedarray of string
Show child attributes
grant_types_supportedarray of string
Show child attributes
issuerstring
registration_endpointstring
response_types_supportedarray of string
Show child attributes
revocation_endpointstring
token_endpointstring
token_endpoint_auth_methods_supportedarray of string
Show child attributes
Example response
{
  "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"
  ]
}
Documentation menu