{
  "oauth": {
    "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",
    "jwks_uri": "https://www.shrsfsgc.com/.well-known/jwks.json",
    "scopes_supported": ["openid", "profile", "email", "offline_access"],
    "response_types_supported": ["code", "token", "id_token"],
    "grant_types_supported": ["authorization_code", "implicit", "refresh_token", "client_credentials"],
    "code_challenge_methods_supported": ["plain", "S256"]
  },
  "metadata": {
    "generated_at": "2026-08-05T00:00:00Z",
    "version": "1.0"
  }
}