Back to News Hub
📐SiliconANGLE AI
June 16, 2026
Regulation & Policy

Okta expands Google Cloud partnership to secure AI agents and the browser

Overview

Okta has expanded its partnership with Google Cloud to secure AI agents and the Chrome browser through new integrations that add identity governance and authentication controls. The deal combines Okta's identity layer with Google Cloud's Gemini Enterprise Agent Platform and Chrome Enterprise, addressing a critical security gap where only 34% of organizations apply the same security controls to AI agents as they do to human workers.

Key Takeaways

  • Okta's Auth0 for AI Agents now integrates with Google's Gemini Enterprise Agent Platform, enabling developers to embed authentication and access controls into agent workflows without custom code
  • Identity-based attacks such as session hijacking have risen 127% year-over-year, with attackers targeting post-authentication session tokens stored in browsers
  • Device Bound Session Credentials, an open standard developed with Google, cryptographically ties sessions to single devices to prevent stolen cookies from being reused on other machines
  • Chrome Enterprise Universal Enrollment through Okta allows IT teams to push enterprise policies to managed Chrome profiles without syncing identity to Google
  • 92% of executives report moderate or widespread use of AI agents, but only 34% of organizations apply equivalent security controls to agents as they do to human workers

Stats & Key Facts

  • #92% of executives report moderate or widespread use of AI agents
  • #34% of organizations apply the same security controls to agents that they apply to human workers
  • #127% year-over-year increase in identity-based attacks such as session hijacking
Okta expands Google Cloud partnership to secure AI agents and the browser

The Security Gap in AI Agent Deployment

As enterprises increasingly deploy AI agents to handle critical tasks, a significant security disparity has emerged.

  • Research cited by Okta shows 92% of executives report moderate or widespread use of AI agents in their organizations
  • Only 34% of organizations currently apply the same security controls to AI agents that they apply to human employees
  • This gap leaves AI agents vulnerable to unauthorized access and misuse of corporate resources

The rapid adoption of AI agents has outpaced security infrastructure development. While enterprises have spent years building comprehensive identity and access management systems for human workers, AI agents often operate with minimal governance. This creates a dangerous blind spot where autonomous systems can access sensitive data and critical systems without the same level of oversight and authentication that human employees require. The security implications are substantial, as compromised agents could potentially escalate privileges, access unauthorized resources, or execute unintended actions at scale.

Okta's AI Agent Authentication Framework

The first part of Okta's expanded partnership focuses on embedding identity controls directly into AI agent workflows.

  • Auth0 for AI Agents now connects to the Gemini Enterprise Agent Platform Runtime, available immediately
  • Token Vault feature stores and refreshes OAuth tokens, allowing agents to act on behalf of users securely
  • Human-in-the-loop approval checkpoints provide oversight for high-risk agent actions
  • Fine-grained authorization ensures agents can only perform actions their associated user is permitted to execute

Okta's solution allows developers to implement sophisticated authentication and authorization for AI agents without writing custom code. The Token Vault component is particularly significant, as it addresses the challenge of managing OAuth tokens that enable agents to perform actions on behalf of users. Rather than storing sensitive tokens insecurely or requiring manual token management, the Token Vault automatically handles token lifecycle management, refreshing credentials before expiration and ensuring tokens are properly secured. The human-in-the-loop approval checkpoints add an additional layer of governance, flagging potentially risky operations for human review and approval before execution.

The integration also extends to Model Context Protocol servers, expanding the scope of agent authentication beyond just the Gemini platform. This broader applicability suggests Okta is positioning its AI agent security layer as a universal solution applicable across multiple AI platforms and use cases.

Centralized Agent Governance and Management

A second integration coming soon will provide enterprises with centralized visibility and policy control over their AI agent deployments.

  • Okta for AI Agents will integrate with the Gemini Enterprise Agent Platform for centralized directory management
  • Each agent will be linked to a human owner, establishing clear accountability
  • Requests route through Google Agent Gateway for real-time authentication and authorization delegated to Okta
  • Centralized visibility allows security teams to monitor and audit all agent activity

The forthcoming integration addresses the operational challenge of managing large numbers of AI agents across an enterprise. By importing and registering agents in a central directory, organizations gain visibility into which agents exist, what they do, and who is responsible for them. Linking each agent to a human owner creates accountability, making it possible to trace actions back to a specific person who deployed or configured the agent. This ownership model mirrors existing practices for managing human employee accounts and access, providing security teams with a familiar framework for governance.

Rising Session Hijacking Threats and Browser Security

Session hijacking and cookie theft have become increasingly prevalent attack vectors, with defenders needing enhanced browser-level protections.

  • Identity-based attacks including session hijacking have increased 127% year-over-year
  • Attackers focus on stealing post-authentication session tokens stored in browser memory or cookies
  • Most enterprise work now occurs inside browsers, making them critical attack targets
  • Traditional session management approaches are inadequate against sophisticated token theft techniques

The rise of session hijacking attacks reflects a fundamental shift in how attackers approach identity compromise. Rather than attempting to steal passwords, modern attackers focus on capturing session tokens or cookies that grant authenticated access without requiring credentials. These tokens are often easier to steal and don't expire as quickly as passwords, giving attackers extended access to compromised accounts. The 127% year-over-year increase in such attacks demonstrates that this technique is becoming the preferred method for attackers seeking to gain unauthorized access to enterprise systems and data.

Browsers have become the primary target because they store these valuable session artifacts and are used for nearly all modern enterprise applications. Unlike traditional desktop applications or VPNs, browsers are difficult to secure comprehensively because they execute third-party code and maintain persistent state across multiple websites and services.

Chrome Enterprise and Device-Bound Session Credentials

Okta and Google are introducing new technologies to protect browsers and devices from session hijacking attacks.

  • Chrome Enterprise Universal Enrollment, available through the Okta Integration Network, enables IT teams to push policies to managed Chrome profiles across any device
  • Policies are applied without requiring identity synchronization to Google, preserving privacy
  • Device Assurance signals from Okta integrate with Chrome Device Trust Connector to block logins when antivirus is disabled or outdated
  • Device Bound Session Credentials cryptographically tie sessions to specific devices, preventing cookie reuse on other machines

Device Bound Session Credentials represent a significant advancement in browser security architecture. By cryptographically binding a session to a specific device, this open standard ensures that even if an attacker steals a session cookie or token, they cannot use it to authenticate on a different device. This breaks the fundamental attack pattern that has made session hijacking so effective. The cryptographic binding occurs at the browser level, making it extremely difficult for attackers to circumvent without compromising the device itself.

The Chrome Enterprise Universal Enrollment feature addresses the practical challenge of managing browsers across diverse environments. Modern enterprises struggle to enforce security policies on employee-owned devices, remote workers' machines, and bring-your-own-device scenarios. Okta's integration with Chrome Enterprise allows IT teams to apply consistent security policies without requiring employees to sync their identity to Google, addressing privacy concerns while maintaining security enforcement.

Strategic Partnership and Market Positioning

The expanded partnership reflects a broader strategy to integrate identity governance across the entire modern work stack.

  • Okta and Google cited complementary product suites and shared security vision as drivers of the partnership
  • The integration builds on Okta's May expansion that opened its agent platform to rival identity providers
  • Okta is positioning AI agent identity as a distinct category requiring specialized security approaches
  • The partnership addresses the convergence of AI agents, cloud platforms, and browser-based work

Okta's positioning of agent identity as its own category represents a recognition that AI agents present novel security challenges distinct from human user identity management. Unlike human employees who have persistent digital identities and inherent accountability, AI agents are software constructs that can be instantiated, modified, and deleted at scale. They interact with systems in programmatic ways that don't always map cleanly to existing access control models. By establishing agent identity as a distinct category, Okta is signaling that the industry needs specialized solutions rather than simply extending human identity management practices to machines.

The partnership also reflects the increasing consolidation of security and identity management as a foundational layer for cloud platforms. Google and Okta are essentially integrating at a deep level, making identity governance native to Google Cloud's agent platform and Chrome browser. This integrated approach contrasts with point solutions that bolt security on after the fact, potentially offering better security outcomes and simpler deployment for enterprises.

Frequently Asked Questions

How does Okta's solution prevent AI agents from accessing resources they shouldn't have?

Okta uses fine-grained authorization controls that limit each agent to only the actions its associated user is permitted to execute. This ties agent permissions to human user permissions, ensuring agents cannot elevate privileges or access unauthorized resources. For high-risk actions, human-in-the-loop approval checkpoints require manual review before execution.

What is Device Bound Session Credentials and how does it prevent session hijacking?

Device Bound Session Credentials is an open standard developed by Okta and Google that cryptographically ties a web session to a specific device. Even if an attacker steals a session cookie, they cannot use it to authenticate on a different device, effectively neutralizing session hijacking attacks that rely on cookie theft and reuse.

Does the Chrome Enterprise integration require employees to sync their identity to Google?

No. Chrome Enterprise Universal Enrollment through Okta allows IT teams to push enterprise policies to managed Chrome profiles without requiring identity synchronization to Google, preserving user privacy while maintaining security enforcement.

What is the Token Vault feature and why is it important for AI agents?

Token Vault securely stores and automatically refreshes OAuth tokens that allow AI agents to act on behalf of users. This eliminates the security risks of agents storing sensitive tokens insecurely or requiring manual token management, while ensuring agents always have valid credentials to perform authorized actions.

When will the centralized agent management features become available?

Auth0 for AI Agents integration with Gemini Enterprise Agent Platform Runtime is available now, but the centralized agent governance features that provide directory management and centralized visibility are billed as coming soon, with no specific date provided.

The partnership demonstrates how identity governance must evolve to address the unique security challenges posed by autonomous AI agents operating alongside human workers in enterprise environments.

Continue Learning

Originally published by SiliconANGLE AI
Read the original

Comments

Sign in to join the conversation