---
title: "sgID OpenID Provider Configuration Document"
method: GET
path: "/v2/.well-known/openid-configuration"
tags: ["well-known"]
---

# sgID OpenID Provider Configuration Document

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

## Response `200`

A JSON object representing a set of Claims about the sgID's configuration as an OpenID Provider

- OpenidConfig — A JSON object representing a set of Claims about the sgID's configuration as an OpenID Provider. See RFC 7033 for more details
  - `issuer` string — Issuer of ID Token
  - `authorization_endpoint` string — URL of the sgID's OAuth 2.0 Authorization Endpoint
  - `token_endpoint` string — URL of the sgID's OAuth 2.0 Token Endpoint
  - `userinfo_endpoint` string — URL of the sgID's UserInfo Endpoint
  - `jwks_uri` string — URL of the sgID's JSON Web Key Set document
  - `response_types_supported` string[] — JSON array containing a list of the OAuth 2.0 response_type values that sgID supports
  - `grant_types_supported` string[] — JSON array containing a list of the OAuth 2.0 Grant Type values that sgID supports
  - `scopes_supported` string[] — JSON array containing a list of the OAuth 2.0 [RFC6749] scope values that sgID supports
  - `id_token_signing_alg_values_supported` string[] — JSON array containing a list of the JWS signing algorithms (alg values) supported by sgID for the ID Token to encode the Claims in a JWT
  - `subject_types_supported` string[] — JSON array containing a list of the Subject Identifier types that sgID supports
  - `code_challenge_methods_supported` string[] — JSON array containing a list of supported code challenge methods for PKCE

---

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