{
  "authorization_endpoint": "https://svc.naked.insure/oauth2/authorize",
  "end_session_endpoint": "https://mcp-quoting-auth-prod.auth.eu-west-1.amazoncognito.com/logout",
  "id_token_signing_alg_values_supported": [
    "RS256"
  ],
  "issuer": "https://cognito-idp.eu-west-1.amazonaws.com/eu-west-1_WTGScYveR",
  "jwks_uri": "https://cognito-idp.eu-west-1.amazonaws.com/eu-west-1_WTGScYveR/.well-known/jwks.json",
  "response_types_supported": [
    "code",
    "token"
  ],
  "revocation_endpoint": "https://mcp-quoting-auth-prod.auth.eu-west-1.amazoncognito.com/oauth2/revoke",
  "scopes_supported": [
    "openid",
    "profile",
    "email",
    "phone",
    "mcp-api/read",
    "mcp-api/write",
    "mcp-api/quote.run"
  ],
  "subject_types_supported": [
    "public"
  ],
  "token_endpoint": "https://svc.naked.insure/oauth2/token",
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic",
    "client_secret_post"
  ],
  "userinfo_endpoint": "https://mcp-quoting-auth-prod.auth.eu-west-1.amazoncognito.com/oauth2/userInfo",
  "code_challenge_methods_supported": [
    "S256"
  ],
  "grant_types_supported": [
    "authorization_code",
    "implicit",
    "refresh_token",
    "client_credentials"
  ],
  "registration_endpoint": "https://svc.naked.insure/oauth2/register",
  "registration_endpoint_auth_methods_supported": [
    "none"
  ]
}