{
  "issuer": "https://oidc.bytewizard.ru",
  "authorization_endpoint": "https://oidc.bytewizard.ru/authorize",
  "token_endpoint": "https://oidc.bytewizard.ru/token",
  "userinfo_endpoint": "https://oidc.bytewizard.ru/userinfo",
  "jwks_uri": "https://oidc.bytewizard.ru/jwks",
  "end_session_endpoint": "https://oidc.bytewizard.ru/logout",
  "introspection_endpoint": "https://oidc.bytewizard.ru/introspect",
  "revocation_endpoint": "https://oidc.bytewizard.ru/revoke",
  "scopes_supported": [
    "openid",
    "profile",
    "email",
    "phone",
    "address",
    "offline_access",
    "shop:orders",
    "shop:cart",
    "pay:payments",
    "admin"
  ],
  "response_types_supported": [
    "code"
  ],
  "response_modes_supported": [
    "query"
  ],
  "grant_types_supported": [
    "authorization_code",
    "refresh_token",
    "client_credentials"
  ],
  "subject_types_supported": [
    "public"
  ],
  "id_token_signing_alg_values_supported": [
    "RS256"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic",
    "client_secret_post",
    "none"
  ],
  "claims_supported": [
    "sub",
    "iss",
    "aud",
    "exp",
    "iat",
    "nonce",
    "email",
    "email_verified",
    "name",
    "given_name",
    "family_name",
    "picture",
    "phone_number",
    "phone_number_verified"
  ],
  "code_challenge_methods_supported": [
    "S256"
  ],
  "authorization_response_iss_parameter_supported": true
}