OIDC Discovery Document
well-known
OIDC Discovery Document
Returns the OpenID Connect Provider Metadata (RFC 8414 / OIDC Core §4). Standard JSON object — not a JSON:API resource.
GET
OIDC Discovery Document
Authorizations
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.