{
  "issuer": "https://hhttps.org",
  "authorization_endpoint": "https://hhttps.org/hhttps/oauth/authorize",
  "token_endpoint": "https://hhttps.org/hhttps/oauth/token",
  "userinfo_endpoint": "https://hhttps.org/hhttps/oauth/userinfo",
  "revocation_endpoint": "https://hhttps.org/hhttps/oauth/revoke",
  "jwks_uri": "https://hhttps.org/.well-known/jwks.json",
  "scopes_supported": [
    "openid",
    "role",
    "verification_method"
  ],
  "response_types_supported": [
    "code"
  ],
  "grant_types_supported": [
    "authorization_code"
  ],
  "subject_types_supported": [
    "pairwise",
    "public"
  ],
  "id_token_signing_alg_values_supported": [
    "ES256"
  ],
  "code_challenge_methods_supported": [
    "S256",
    "plain"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_post",
    "none"
  ],
  "claims_supported": [
    "sub",
    "iss",
    "aud",
    "exp",
    "iat",
    "auth_time",
    "role",
    "role_label",
    "role_icon",
    "trust_score",
    "verification_method",
    "verification_method_label"
  ]
}