{
  "issuer": "https://auth.counteragent.io",
  "authorization_endpoint": "https://auth.counteragent.io/oauth/authorize",
  "token_endpoint": "https://auth.counteragent.io/oauth/token",
  "jwks_uri": "https://auth.counteragent.io/.well-known/jwks.json",
  "registration_endpoint": "https://auth.counteragent.io/oauth/register",
  "scopes_supported": ["read", "write", "detect", "admin", "mcp"],
  "response_types_supported": ["code", "token"],
  "grant_types_supported": ["authorization_code", "client_credentials", "refresh_token"],
  "token_endpoint_auth_methods_supported": ["client_secret_basic", "client_secret_post"],
  "revocation_endpoint": "https://auth.counteragent.io/oauth/revoke",
  "introspection_endpoint": "https://auth.counteragent.io/oauth/introspect",
  "code_challenge_methods_supported": ["S256"],
  "service_documentation": "https://counteragent.io/docs/authentication"
}
