---
title: "OpenID provider configuration information"
method: GET
path: "/.well-known/openid-configuration"
tags: ["Authentication"]
---

# OpenID provider configuration information

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

The OpenID Provider's configuration information can be retrieved.

## Response `200`

ok

- OauthProviderMetadata
  - `authorization_endpoint` string, 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
  - `response_types_supported` 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

---

[API](https://skmtc.net/kubesphere/apis/ks-api.md) · [All operations](https://skmtc.net/kubesphere/apis/ks-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kubesphere/ks-api/versions/0451c8cec9b1/schema)
