---
title: "OIDC Discovery endpoint"
method: GET
path: "/.well-known/openid-configuration"
tags: ["openId-connect_other"]
---

# OIDC Discovery endpoint

`GET /.well-known/openid-configuration`

## Response `200`

OIDC configuration document

- OIDCConfiguration
  - `issuer` string, required — URL using https scheme with no query or fragment
  - `token_endpoint` string, required — URL of OAuth 2.0 token endpoint
  - `jwks_uri` string, required — URL of JSON Web Key Set document
  - `response_types_supported` string[], required — Array of supported OAuth 2.0 response types
  - `subject_types_supported` string[], required — Array of supported subject identifier types
  - `id_token_signing_alg_values_supported` string[], required — Array of JWS signing algorithms supported for ID tokens

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.net/firefly/apis/api-gateway.md) · [All operations](https://skmtc.net/firefly/apis/api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/firefly/api-gateway/revisions/eea119b4113f/schema)
