{
  "issuer": "https://oauth.manus.im",
  "authorization_endpoint": "https://oauth.manus.im/oauth/authorize",
  "token_endpoint": "https://oauth.manus.im/oauth/token",
  "userinfo_endpoint": "https://oauth.manus.im/oauth/userinfo",
  "jwks_uri": "https://oauth.manus.im/.well-known/jwks.json",
  "response_types_supported": ["code"],
  "subject_types_supported": ["public"],
  "id_token_signing_alg_values_supported": ["RS256"],
  "scopes_supported": ["openid", "profile", "email"],
  "token_endpoint_auth_methods_supported": ["client_secret_post", "client_secret_basic"],
  "claims_supported": ["sub", "iss", "aud", "exp", "iat", "name", "email"],
  "code_challenge_methods_supported": ["S256"]
}
