By NHI Mgmt Group Editorial TeamPublished 2026-04-21Domain: AnnouncementsSource: Descope

TL;DR: MCP identity orchestration links AI agents to tools and data sources, which makes access control, session trust, and privilege scoping central to agent governance, according to Descope. The issue is not whether agents can connect, but whether their identity and authorization model can be constrained enough to prevent unintended actions.


At a glance

What this is: This is a Descope blog post about MCP identity orchestration and the governance problems it creates for AI agent access.

Why it matters: It matters because IAM and NHI teams need to decide how to authenticate, authorize, and audit autonomous agents before tool access expands faster than control design.


Context

Model Context Protocol, or MCP, gives AI agents a standard way to reach tools and data sources, but that convenience creates a governance problem when the agent itself becomes the decision-maker. The primary gap is not connectivity. It is whether identity, privilege, and audit controls are strong enough to keep autonomous actions bounded inside an enterprise policy model.

For IAM and NHI practitioners, MCP matters because it turns agent-to-tool access into a live authorization problem rather than a static integration choice. Once an agent can act on behalf of a user or process, teams have to treat that agent as a non-human identity with lifecycle, scope, and revocation requirements that should not be hand-waved away.


Key questions

Q: How should security teams govern AI agent identities in MCP workflows?

A: Treat each agent as a governed non-human identity with an owner, task scope, expiry window, and revocation path. The key control is not just authentication at start-up, but continuous authorization at tool boundaries so the agent cannot expand its own effective privilege through chained actions.

Q: What is the difference between authenticating an AI agent and authorising it?

A: Authentication proves the agent is known to the system, while authorisation limits what that agent can do after it is admitted. For MCP workflows, this difference matters because a valid login does not prevent overbroad tool use, data access, or action chaining across multiple services.

Q: When does JIT access help AI agent security, and when does it fall short?

A: JIT access helps when credentials are tightly bound to a single task and expire before the agent can reuse them elsewhere. It falls short when fresh credentials can be requested repeatedly without strong policy checks, because the agent still accumulates effective privilege over time.

Q: Why do MCP-connected agents complicate zero trust architecture?

A: Zero trust assumes continuous verification, but MCP agents can complete multiple actions inside one trusted session. That creates a gap between initial verification and later behavior, so teams need runtime policy checks, telemetry, and revocation that follow the agent through every tool call.


How it works in practice

How MCP changes the identity boundary for agents

MCP is designed to let agents call tools and retrieve context through a standard interface, which makes the agent the acting principal in many workflows. That changes the identity boundary. Instead of a human user directly invoking an application, an autonomous software entity may request, relay, or chain actions across systems. The risk is that traditional session assumptions do not map cleanly to agent autonomy, especially when tool access is delegated through long-lived tokens or broad service credentials. In practice, the identity challenge is not just who signed in. It is what the agent is allowed to do after sign-in, how that scope is enforced, and whether the agent’s actions are attributable end to end.

Practical implication: Treat MCP-connected agents as governed NHI actors with explicit scope, audit, and revocation controls.

Why tool authorization becomes harder in agentic workflows

Agentic systems often combine retrieval, planning, and tool execution in one flow, which blurs the line between authorization and execution. A tool call may be technically valid while still being operationally unsafe if the agent has more context than the policy expected, or if the agent chains multiple low-risk actions into a high-impact outcome. This is where least privilege can fail in practice. Fine-grained authorization must account for task intent, data sensitivity, and the possibility of indirect actions. In other words, access control for agents is not only about granting a token. It is about constraining what that token can be used to accomplish across a sequence of steps.

Practical implication: Use task-scoped permissions and policy checks at each tool boundary, not just at login.

Where orchestration, audit, and revocation break down

Identity orchestration is the coordination layer that ties authentication, token handling, and policy enforcement together across systems. For MCP, that orchestration has to cover the full agent lifecycle, including registration, delegation, session duration, logging, and offboarding. Weaknesses usually appear when credentials persist longer than the task, when auditing loses the chain of custody between agent and user, or when revocation affects only the front door but not downstream tokens. This is a classic NHI failure mode: the control plane sees the agent once, then loses sight of it while the agent continues acting. The result is blind spots in incident response and overbroad trust in machine execution.

Practical implication: Map every agent credential to a lifecycle state and ensure revocation propagates through downstream tool access.


NHI Mgmt Group analysis

MCP identity orchestration creates an identity blast radius problem, not just an integration problem. Once an agent can talk to tools on its own behalf, the scope of possible damage is determined by the breadth of its access and the quality of its revocation path. Teams that treat MCP as a connector layer will miss the fact that connector design now shapes identity risk. Practitioners should govern the agent, not just the API.

Ephemeral access reduces persistence, but it does not eliminate trust debt. Short-lived credentials are useful only when the surrounding policy model is strict enough to prevent privilege accumulation across chained actions. If an agent can repeatedly request fresh access without meaningful policy checks, the system still produces excessive effective privilege. The practical conclusion is that JIT patterns must be paired with task intent, data scope, and hard session boundaries.

Agent governance should converge with NHI lifecycle management. MCP-connected agents behave like any other non-human identity in one critical way: they outlive the assumptions built into human-centric IAM. That means provisioning, rotation, review, and offboarding need explicit treatment, not informal exceptions. The discipline is moving toward continuous identity governance for machine actors, and teams that delay that shift will accumulate unmanaged agent risk.

Policy enforcement must move closer to execution time. Static approval at onboarding is too weak for systems that can chain tool calls and change context during runtime. The field should expect stronger emphasis on runtime authorization, session telemetry, and policy decisions that inspect action intent as well as identity claims. Practitioners should prepare for more granular control points around every agent action.

OWASP-style agent risk models now need to be applied to MCP paths. MCP creates a clear pathway for tool misuse, over-privilege, and indirect data exposure when agent execution is not tightly scoped. That makes the problem less abstract and more operational. Security teams should use agent-specific threat models to identify where MCP introduces new privilege edges before deployment expands.

From our research:

  • 92% agree governing AI agents is critical to enterprise security, yet only 44% have implemented any policies to do so, according to AI Agents: The New Attack Surface report.
  • Only 52% of companies can track and audit the data their AI agents access, leaving 48% with a complete blind spot for compliance and breach investigation.
  • For the broader control model, see OWASP Agentic Applications Top 10 for the agent-risk categories that map most directly to MCP deployments.

What this signals

Identity blast radius is the right lens for MCP governance. The risk is not confined to one agent or one connector, because a single over-scoped agent can move laterally through tool access once policy is too loose. That is why teams should evaluate MCP using runtime control concepts, not just integration checklists, and map their decisions to the NIST AI Risk Management Framework.

With 80% of organisations reporting that their AI agents have already acted beyond intended scope in recent research, the governance gap is structural, not theoretical. That figure should push programme owners to treat agent authorization as an active control surface and to align it with the OWASP Top 10 for Agentic Applications 2026.

For many teams, the next step is to connect agent policy to lifecycle control, audit, and offboarding so MCP does not become a silent exception path. If the agent can be created faster than it can be reviewed or revoked, the organisation is accumulating machine-identity debt that will be expensive to unwind later.


For practitioners

  • Define agent identity ownership Assign a named owner for every MCP-connected agent, including approval authority, risk acceptance, and offboarding responsibility. Do not allow shared ownership across teams, because attribution breaks down quickly once the agent starts chaining tool calls.
  • Enforce task-scoped authorization Bind each agent session to a narrowly defined task, data scope, and expiry window. Re-evaluate access at each tool boundary so the agent cannot reuse a valid credential for a broader objective than originally approved.
  • Instrument full agent audit trails Log the user request, agent action, tool target, decision outcome, and downstream side effect in one traceable record. This is essential for incident response because isolated logs do not reconstruct chained autonomous behavior.
  • Apply lifecycle controls to machine actors Rotate, review, and revoke agent credentials on a scheduled basis, and ensure downstream tokens are invalidated when the agent is decommissioned or re-scoped. Offboarding must be explicit, not implied by inactivity.

Key takeaways

  • MCP turns AI agent governance into an identity problem because the agent, not the user, often executes the tool call.
  • Runtime authorization matters more than initial authentication when agents can chain actions across multiple systems.
  • Teams should align MCP controls with NHI lifecycle management, or autonomous access will outgrow existing IAM assumptions.

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 address the attack and risk surface, while NIST AI RMF and NIST Zero Trust (SP 800-207) set the governance and control requirements practitioners need to meet.

FrameworkControl / ReferenceRelevance
OWASP Agentic AI Top 10NHI-03Agent tool use and privilege scope are central to this MCP identity topic.
NIST AI RMFAI governance needs accountability for autonomous agent behavior.
NIST Zero Trust (SP 800-207)PR.AC-4Continuous verification and least privilege are essential for agent sessions.

Scope agent credentials narrowly and review every tool-bound action before execution.


Key terms

  • Model Context Protocol: A standard that lets AI agents connect to tools and data sources through a common interface. In practice, it shifts security focus from a single application boundary to the identity, authorization, and audit controls that govern the agent’s actions across multiple systems.
  • Non-Human Identity: A digital identity used by software rather than a person, including service accounts, API keys, tokens, certificates, bots, workloads, and AI agents. These identities need lifecycle controls because they can authenticate, access resources, and create risk without human supervision.
  • Identity blast radius: The amount of damage an identity can cause if it is over-scoped, compromised, or misused. For AI agents and other NHI actors, blast radius depends on privilege breadth, session duration, and whether revocation actually cuts off downstream access.
  • Runtime authorization: A control approach that checks what an identity may do at the moment an action is attempted, not just when access is first granted. It is especially important for AI agents because their context and behavior can change during a single session.

Deepen your knowledge

MCP identity orchestration is covered in our NHI Foundation Level course, the industry's only accredited NHI security programme. If your team is starting to formalise agent governance, the course gives you a practical baseline for building that programme.

This post draws on content published by Descope: The Power of Descope Flows: MCP Identity Orchestration. Read the original.

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