Key technical principle: delegation without impersonation
Central to all three integrations is OAuth 2.0 token exchange. When a human user delegates a task to an agent, the agent does not simply impersonate the user with full privileges. Instead, Ping's infrastructure exchanges the human user's subject token for a new, downscoped token. This delegation token carries both the human user's identity (via the act claim) and the agent's own identity (via the may_act claim), creating a secure chain of custody for every downstream action . This means security teams can always answer: which human authorized this, which agent performed the action, and what scoped permissions did it have?
Ping Identity's integration with AWS is centered on Amazon Bedrock AgentCore, the identity and credential management service Amazon built specifically for AI agents and automated workloads .
How it works:
Ping's identity providers—PingOne, PingOne Advanced Identity Cloud, and PingFederate—can be configured in two ways:
Practical capabilities:
The Google Cloud integration addresses a different layer: the traffic between AI agents and the tools and MCP servers they invoke. Ping Identity integrates with Google Cloud Agent Gateway, a managed control point that intercepts agent-to-tool requests and enforces policy before the request reaches its destination .
How it works:
PingOne Authorize is placed inline in the Agent Gateway traffic flow via an ext_proc integration. Every agent-to-MCP-server or agent-to-tool request triggers a real-time policy evaluation: who is the represented user, which agent is acting, what resource is being accessed, and what action is being attempted .
Practical capabilities:
For organizations deploying AI agents across globally distributed infrastructure, Ping Identity's integration with Cloudflare brings identity enforcement to the edge. Cloudflare's global network, spanning over 220 cities with GPU-powered inference nodes, operates outside the traditional corporate perimeter .
How it works:
The Cloudflare Workers Model Context Protocol (MCP) server functions as an OAuth resource server. It delegates authentication to Ping's identity providers—PingOne DaVinci, PingOne Advanced Identity Cloud, or PingFederate—to validate agents before they can access downstream APIs .
Practical capabilities:
The three integrations are not redundant—they address distinct architectural layers: AWS for cloud workload identity, Google Cloud for inline traffic control, and Cloudflare for edge enforcement. All three are built on the common Identity for AI foundation, meaning organizations can apply consistent authorization logic, token exchange patterns, and policy frameworks regardless of where their agents run .
The timing reflects a market reality: enterprises are deploying AI agents faster than security teams can adapt traditional identity tools. The integrations allow enterprises to centralize authorization and policy enforcement rather than embedding fragmented controls into individual agents and APIs .
For security architects working on agentic AI deployments, the practical question is no longer "is the agent authenticated?" but "at this moment, with this context, is this specific action authorized?" These integrations make that question answerable in real time, at scale, across the platforms where agents actually live.