OpenIDConfiguration
issuerstringrequired
Issuer of the OpenID configuration
authorization_endpointstringrequired
Authorization endpoint
token_endpointstringrequired
Token endpoint
userinfo_endpointstring
Userinfo endpoint
introspection_endpointstring
Introspection endpoint
device_authorization_endpointstring
Device authorization endpoint
revocation_endpointstring
Revocation endpoint
jwks_uristringrequired
JWKS URI
response_types_supportedstring[]required
Supported response types
response_modes_supportedstring[]
Supported response modes
id_token_signing_alg_values_supportedstring[]required
Supported ID token signing algorithms
scopes_supportedstring[]
Supported scopes
grant_types_supportedstring[]
Supported grant types
subject_types_supportedstring[]required
Supported subject types
claims_supportedstring[]
Supported claims
OpenIDConfiguration
{
  "issuer": "string",
  "authorization_endpoint": "string",
  "token_endpoint": "string",
  "userinfo_endpoint": "string",
  "introspection_endpoint": "string",
  "device_authorization_endpoint": "string",
  "revocation_endpoint": "string",
  "jwks_uri": "string",
  "response_types_supported": [
    "string"
  ],
  "response_modes_supported": [
    "string"
  ],
  "id_token_signing_alg_values_supported": [
    "string"
  ],
  "scopes_supported": [
    "string"
  ],
  "grant_types_supported": [
    "string"
  ],
  "subject_types_supported": [
    "string"
  ],
  "claims_supported": [
    "string"
  ]
}