Skip to main content
GET
OIDC Discovery Document

Authorizations

Authorization
string
header
required

Send platform JWTs, contact JWTs, or team API keys as Authorization: Bearer <token>.

Response

200 - application/vnd.api+json

Successful Response

OIDC Provider Metadata (RFC 8414 + OIDC Discovery 1.0 §3).

All fields are snake_case (the OIDC spec uses snake_case natively). This model exists solely to give the discovery route a response_model so that OpenAPI/codegen sees the shape — it is NOT a JSON:API resource.

authorization_endpoint
string
required
authorization_response_iss_parameter_supported
boolean
required
claims_supported
string[]
required
code_challenge_methods_supported
string[]
required
grant_types_supported
string[]
required
id_token_signing_alg_values_supported
string[]
required
issuer
string
required
jwks_uri
string
required
prompt_values_supported
string[]
required
response_modes_supported
string[]
required
response_types_supported
string[]
required
revocation_endpoint
string
required
scopes_supported
string[]
required
subject_types_supported
string[]
required
token_endpoint
string
required
token_endpoint_auth_methods_supported
string[]
required
userinfo_endpoint
string
required