By NHI Mgmt Group Editorial TeamPublished 2026-05-07Domain: Agentic AI & NHIsSource: Strata Identity

TL;DR: Enterprise AI clients are already in daily use, but most organisations still stall when those tools need governed access to data through an MCP server, forcing awkward service-account shortcuts that weaken auditability and control, according to Strata Identity. The real issue is not the client, it is the trust model between workforce AI and the data layer.


At a glance

What this is: This analysis says workforce AI adoption has outpaced the identity model, and federated token exchange is the control pattern that makes data access governable.

Why it matters: It matters because IAM, PAM, and data-security teams need a way to attach user identity, audit, and policy to AI-driven access without creating shared secrets or parallel credential programmes.

By the numbers:

👉 Read Strata Identity's analysis of federated exchange for AI client data access


Context

Workforce AI clients are now embedded in everyday work, but most enterprises still treat access to data as an exception instead of a governed identity flow. That gap shows up when teams want to connect Claude, ChatGPT, Cursor, or Copilot to an MCP server and discover that the only fast path is a shared service account or a long-lived token.

The primary problem is not model capability. It is whether the organisation can preserve user identity, policy enforcement, and auditability when an AI client becomes the caller into the data layer. In that sense, this is an identity architecture problem first and an AI adoption problem second, which is why the starting position described here is becoming increasingly typical.

The article frames Federated Exchange as the cleaner trust pattern because it keeps the warehouse from seeing passwords, keeps credentials short-lived, and preserves the chain from user to agent to tool. That is the right lens for IAM and NHI teams: not whether AI clients are useful, but what identity control plane can safely govern them.


Key questions

Q: How should security teams handle AI client access to governed data without shared secrets?

A: Security teams should federate access through the corporate IdP and a token-brokering layer so the data platform receives short-lived credentials tied to an individual user. That preserves auditability, limits token reuse, and avoids creating a separate service-account estate just for AI clients.

Q: Why do AI clients create identity risk for data platforms?

A: AI clients make identity risk harder because they compress many users, tools, and requests into a small number of access paths. If those paths rely on shared secrets or standing tokens, attribution breaks down and the blast radius of a leak expands across the whole workforce.

Q: What breaks when MCP access is granted through one shared warehouse account?

A: Shared warehouse access breaks attribution, lifecycle management, and least-privilege review. Security teams lose the ability to tell which user made a request, offboarding becomes incomplete, and one compromised credential can expose all data available to that account.

Q: Who should own governance for workforce AI data access?

A: IAM should own the identity trust chain, data security teams should own the downstream policy model, and compliance should verify the audit trail. The important point is that workforce AI data access is a governance problem, not just an integration task.


Technical breakdown

Federated token exchange between AI clients and data platforms

Federated Exchange is a standards-based identity handoff in which one trusted authority issues or brokers a short-lived token that another system accepts for access. In this pattern, the AI client does not get standing warehouse credentials. Instead, the gateway or authorization server exchanges the user-authenticated identity for an audience-bound token that the upstream data platform can validate. The important design choice is that the data platform trusts the federation relationship, not the client itself. That preserves user attribution while avoiding password reuse, shared secrets, and hand-built trust shims across every integration.

Practical implication: use federated exchange when you need AI clients to reach governed data without introducing shared service-account credentials.

Delegated identity, audience binding, and short-lived tokens

Delegated identity means the access token carries both the human principal and the acting client, so the audit trail can distinguish who requested access from what executed it. Audience binding limits where the token can be replayed, and short expiry reduces the value of stolen material. In the article’s model, the token includes claims such as sub, act, aud, iat, and exp. That combination is what lets the data platform enforce user-scoped controls while preserving an end-to-end delegation chain through the gateway, the AI client, and the warehouse.

Practical implication: require delegated identity claims and short token lifetimes before approving any MCP-based data integration.

MCP gateways as policy and audit checkpoints

An MCP gateway becomes more than a traffic relay when it evaluates policy before a tool call is exchanged downstream. That is where inbound authorization, outbound token narrowing, and audit capture meet. The article’s model uses an authorization server and OPA policy enforcement to inspect each request, then preserve a complete user-to-agent-to-tool-to-upstream record. The practical value is not just access control. It is that the gateway can separate the human principal from the calling client while still making each exchange reviewable after the fact.

Practical implication: put policy and logging in front of MCP exchanges so identity review does not depend on warehouse logs alone.


Read our 52 NHI Breaches Analysis report for a comprehensive view of breaches impacting Non-Human Identities including AI Agents.


NHI Mgmt Group analysis

Shared service-account access is the failure mode this architecture is trying to avoid. The article shows how quickly teams fall back to one warehouse identity for many users when AI clients need data access. That shortcut solves speed but destroys attribution, lifecycle control, and meaningful review. The implication is that workforce AI becomes governable only when access remains individually attributable end to end.

Federated exchange is a control pattern, not an AI feature. The trust decision still lives in IAM, IdP federation, and data-platform authorization. That matters because many teams wrongly frame MCP connectivity as a model problem when the real question is who can assert identity into the data layer and under what conditions. Practitioners should treat this as identity architecture, not client enablement.

Delegated identity restores auditability without forcing a second credential estate. The article’s use of short-lived, audience-bound tokens with user and actor claims preserves the evidence chain that security and compliance need. This matters across human IAM, NHI governance, and autonomous execution because the same principle applies whenever one identity acts on behalf of another. The practitioner takeaway is to preserve delegation context rather than collapsing it into a shared secret.

Identity blast radius becomes the key design variable once AI clients are on every desk. When many people can invoke the same data platform through an AI client, the question is no longer whether access exists but how far any one credential can travel if it is abused. That is a NHI governance problem expressed through workforce AI. Practitioners should re-evaluate how much data access any single token, client, or delegated session can carry.

Access review processes still matter, but only if the identity chain remains visible. Review cadences are useful when a stable principal can be certified, recertified, and offboarded. In AI-mediated access, that only works if the organisation can see the human, the client, and the downstream audience as distinct governance objects. The implication is to design for reviewable delegation, not just for successful connection.

From our research:

  • Only 18% of MCP server deployments implement any form of access scoping for tool permissions, according to The State of MCP Server Security 2025.
  • Our research also found that 53% of MCP servers expose credentials through hard-coded values in configuration files, which is why brokered identity is only part of the control story.
  • For a deeper view of AI-driven access exposure, see AI Agents: The New Attack Surface report and compare it with your current MCP rollout assumptions.

What this signals

Identity blast radius: once AI clients can query production data, the programme risk shifts from user convenience to token scope, replay resistance, and audit fidelity. Teams should expect security reviews to focus less on the client brand and more on whether the downstream identity chain is reviewable, attributable, and offboardable.

With 92% of organisations agreeing that governing AI agents is critical but only 44% having implemented policies, the governance gap is already visible in adjacent agentic programmes. That tells IAM leaders to align AI client access patterns with existing identity governance before the exception becomes the default.

The next programme checkpoint is whether your access model can distinguish a human principal, an acting client, and a governed upstream audience in one chain. If it cannot, the data estate is already carrying more identity risk than the security team can explain cleanly in review.


For practitioners

  • Replace shared warehouse secrets with federated identity exchange Route AI client access through a trusted IdP and authorization server so the data platform receives short-lived, audience-bound tokens tied to a named user rather than a common service account. Preserve per-user attribution in the downstream query logs.
  • Require delegated claims on every AI-to-data access hop Make sub, act, aud, iat, and exp mandatory in the identity handoff so reviewers can distinguish the human requester from the client acting on their behalf and confirm the token cannot be replayed outside its intended audience.
  • Put policy enforcement in front of MCP exchanges Use a gateway or authorization layer to inspect each tool call before the upstream exchange occurs, then log the full user-to-agent-to-tool chain for later investigation and access review.
  • Map AI client rollout to existing joiner-mover-leaver controls Treat each workforce AI integration as an identity lifecycle event. Offboard the user, not a shared token, and verify the data platform inherits the same access changes your IdP already enforces.

Key takeaways

  • AI client access to enterprise data fails when teams fall back to shared secrets, because attribution and lifecycle control collapse together.
  • Only 18% of MCP deployments scope tool permissions, which shows the market is still early on governance even as adoption is already widespread.
  • Federated exchange gives IAM, PAM, and data-security teams a path to approve workforce AI without abandoning user-scoped control or auditability.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

OWASP Agentic AI Top 10 and OWASP Non-Human Identity Top 10 address the attack and risk surface, while NIST Zero Trust (SP 800-207) set the governance and control requirements practitioners need to meet.

FrameworkControl / ReferenceRelevance
OWASP Agentic AI Top 10A2Agent tool-use and delegated access risk apply to MCP-connected AI clients.
OWASP Non-Human Identity Top 10NHI-03Shared secrets and poor token scoping are classic non-human identity failures.
NIST Zero Trust (SP 800-207)PR.AC-4Federated exchange supports continuous verification and least-privilege access decisions.

Restrict tool scope and verify delegated access before any agent can call production data.


Key terms

  • Federated Exchange: A federated exchange is a token handoff pattern where one trusted identity authority issues or brokers a short-lived token that another system accepts for access. In AI client scenarios, it lets the user keep their identity while the data platform enforces its own policy and audit rules.
  • Delegated Identity: Delegated identity is the practice of allowing one client or system to act on behalf of another principal while preserving both identities in the trust chain. For AI and NHI governance, it is the difference between a reviewable action and a shared credential that hides accountability.
  • Identity Blast Radius: Identity blast radius is the amount of data, systems, or privilege exposed if one credential, token, or delegated session is abused. It is a practical way to measure how far access can travel when an AI client, service account, or human session is compromised or over-scoped.

Deepen your knowledge

Federated identity exchange for AI client data access is covered in our NHI Foundation Level course, the industry's only accredited NHI security programme. If you are building governance for MCP-connected workforce AI, the course maps the control model to real identity operations.

This post draws on content published by Strata Identity: federated exchange for AI clients and MCP data access. Read the original.

NHIMG Editorial Note
Published by the NHIMG editorial team on 2026-05-07.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org