{
  "issuer": "https://www.shrsfsgc.com",
  "authorization_endpoint": "https://www.shrsfsgc.com/oauth/authorize",
  "token_endpoint": "https://www.shrsfsgc.com/oauth/token",
  "registration_endpoint": "https://www.shrsfsgc.com/oauth/register",
  "userinfo_endpoint": "https://www.shrsfsgc.com/oauth/userinfo",
  "jwks_uri": "https://www.shrsfsgc.com/.well-known/jwks.json",
  "scopes_supported": [
    "openid",
    "profile",
    "email",
    "offline_access"
  ],
  "response_types_supported": [
    "code",
    "token",
    "id_token",
    "code token",
    "code id_token",
    "token id_token",
    "code token id_token"
  ],
  "response_modes_supported": [
    "query",
    "fragment",
    "form_post"
  ],
  "grant_types_supported": [
    "authorization_code",
    "implicit",
    "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"
  ],
  "code_challenge_methods_supported": [
    "plain",
    "S256"
  ],
  "service_documentation": "https://www.shrsfsgc.com/api-docs.html",
  "ui_locales_supported": [
    "zh-CN",
    "en-US"
  ]
}