{
  "authorization_endpoint": "https://id.x-grk.com/oauth/authorize",
  "claims_supported": [
    "sub",
    "name",
    "picture",
    "email",
    "email_verified",
    "preferred_username"
  ],
  "code_challenge_methods_supported": [
    "S256",
    "plain"
  ],
  "grant_types_supported": [
    "authorization_code",
    "refresh_token"
  ],
  "id_token_signing_alg_values_supported": [
    "HS256"
  ],
  "issuer": "https://id.x-grk.com",
  "jwks_uri": "https://id.x-grk.com/.well-known/jwks.json",
  "response_types_supported": [
    "code"
  ],
  "revocation_endpoint": "https://id.x-grk.com/oauth/revoke",
  "scopes_supported": [
    "openid",
    "profile",
    "email"
  ],
  "subject_types_supported": [
    "public"
  ],
  "token_endpoint": "https://id.x-grk.com/oauth/token",
  "token_endpoint_auth_methods_supported": [
    "client_secret_post"
  ],
  "userinfo_endpoint": "https://id.x-grk.com/oauth/userinfo"
}
