<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Enterprise on Model Context Protocol Blog</title><link>https://blog.modelcontextprotocol.io/tags/enterprise/</link><description>Recent content in Enterprise on Model Context Protocol Blog</description><image><title>Model Context Protocol Blog</title><url>https://blog.modelcontextprotocol.io/og-image.png</url><link>https://blog.modelcontextprotocol.io/og-image.png</link></image><generator>Hugo -- 0.148.0</generator><language>en-us</language><copyright>Copyright © Model Context Protocol a Series of LF Projects, LLC.
For web site terms of use, trademark policy and other project policies please see https://lfprojects.org.</copyright><lastBuildDate>Thu, 18 Jun 2026 16:55:43 +0000</lastBuildDate><atom:link href="https://blog.modelcontextprotocol.io/tags/enterprise/index.xml" rel="self" type="application/rss+xml"/><item><title>Enterprise-Managed Authorization: Zero-touch OAuth for MCP</title><link>https://blog.modelcontextprotocol.io/posts/enterprise-managed-auth/</link><pubDate>Thu, 18 Jun 2026 17:00:00 +0000</pubDate><guid>https://blog.modelcontextprotocol.io/posts/enterprise-managed-auth/</guid><description>The Enterprise-Managed Authorization extension to the Model Context Protocol is now stable, enabling organizations to centrally provision MCP server access through their identity provider so users get connected servers on first login without per-app OAuth.</description><content:encoded><![CDATA[<p><em>The Enterprise-Managed Authorization extension is now stable. Organizations can centrally
manage authorization for MCP servers and end-users can access all connected MCP servers
through a single log in. The extension is being adopted by Anthropic, Microsoft, Okta and
a growing number of MCP servers.</em></p>
<p>The <a href="https://modelcontextprotocol.io/extensions/auth/enterprise-managed-authorization">Enterprise-Managed Authorization (EMA) extension</a>
is now stable. We&rsquo;ve heard from the community that authorization and repeated consent
prompts from connected MCP servers is one of the biggest pain points when it comes to
managing connectivity in enterprise environments. This extension helps address this.</p>
<p>EMA allows organizations to control MCP server access centrally through their trusted
identity provider. For end-users, this means a zero-touch setup: the MCP servers they
need are connected on first login, with no per-app OAuth and nothing to configure as a
one-off.</p>
<p><img alt="Standard MCP authorization requires authenticating to every server one by one. Enterprise-Managed Authorization authenticates once through your identity provider and every server the admin authorized connects automatically, scoped to the user&rsquo;s groups and roles." loading="lazy" src="/posts/enterprise-managed-auth/ema-comparison.png"></p>
<h2 id="per-user-auth-is-high-friction">Per-user auth is high friction</h2>
<p>The standard MCP authorization model was designed to be user-scoped and bound to the
traditional interactive auth conventions. While this might work well for more general
consumer scenarios where individuals decide what touches their data, this doesn&rsquo;t quite
scale for enterprise deployments:</p>
<ul>
<li><strong>Every employee has to authorize every server individually</strong>: onboarding means
manually connecting service after service.</li>
<li><strong>Security teams cannot enforce consistent policy</strong>: access is whatever each user
authorized, with no central control or audit trail.</li>
<li><strong>Work and personal accounts blur together</strong>: there&rsquo;s no way to require a corporate
identity, so a user can connect a personal account to a work tool.</li>
</ul>
<p>This combination of factors slows MCP adoption and pushes people toward brittle
workarounds. With no universal standard for preserving shared auth state, everyone
invents their own bespoke solution. The data and tools are available, but the per-user
authorization tax keeps most of them switched off.</p>
<h2 id="authorize-once-inherit-everywhere">Authorize once, inherit everywhere</h2>
<p><a href="https://modelcontextprotocol.io/extensions/auth/enterprise-managed-authorization">Enterprise-Managed Authorization</a>
makes the organization&rsquo;s IdP the authoritative decision-maker for MCP server access.
Administrators define the policy once and users can authenticate with their existing
identity into the MCP host. The IdP can grant or deny access based on group membership,
role, and conditional access rules.</p>
<p>Under the hood, the client obtains an
<a href="https://datatracker.ietf.org/doc/draft-ietf-oauth-identity-assertion-authz-grant/">Identity Assertion JWT Authorization Grant (ID-JAG)</a>
from the IdP during single sign-on and exchanges it for an access token from the MCP
server&rsquo;s authorization server. The user is never redirected through a per-server consent
screen. Three properties fall out of that flow:</p>
<ul>
<li><strong>Authorize once, inherit everywhere:</strong> admins enable a server for the org. Users get
it automatically, scoped to the groups and roles they already have.</li>
<li><strong>Centralized policy and audit:</strong> access decisions live in the IdP admin console, with
one auditable trail across every connector.</li>
<li><strong>Removing personal/enterprise mixups:</strong> by removing the interactive account selection
step, it&rsquo;s much easier to prevent data flowing between personal and enterprise accounts
by mistake or compromise.</li>
</ul>
<p>We see this as a brand new baseline for MCP in the enterprise. When users log in, their
client should be connected to the tools and data they&rsquo;re authorized to use with no extra
steps in between.</p>
<h2 id="early-adopters">Early adopters</h2>
<p>This launch brought together three groups that collaborated closely on making the
implementation real:</p>
<ul>
<li><strong>Identity providers:</strong> Okta is the first supported identity provider. Organizations
using Okta can provision MCP access to supported servers through any supported client,
using
<a href="https://www.okta.com/identity-101/cross-app-access-securing-ai-agent-and-app-to-app-connections/">Okta&rsquo;s Cross App Access (XAA)</a>.</li>
<li><strong>Clients:</strong>
<a href="https://claude.com/blog/enterprise-managed-auth">Anthropic has implemented the extension</a>
in its shared MCP layer for Claude. Admins can authorize MCP servers for users across
Claude, Claude Code, and Cowork. Additionally,
<a href="https://code.visualstudio.com/updates/v1_123#_enterprise-managed-mcp-authentication-preview">Visual Studio Code has also added support</a>
for EMA right in the IDE.</li>
<li><strong>Servers:</strong> Asana, Atlassian, Canva, Figma, Granola, Linear and Supabase now support
EMA, with Slack and more actively adding support.</li>
</ul>
<p>We&rsquo;re excited for more identity providers, clients, and servers to adopt
Enterprise-Managed Auth to help reduce the authorization-related fatigue and
significantly improve the security and observability posture for its implementers.</p>
<blockquote>
<p>&ldquo;The momentum around MCP is incredible, but as we move toward an interconnected AI
workforce, security can&rsquo;t be an afterthought. By embedding the Cross App Access protocol
into MCP as the Enterprise-Managed Authorization extension, we turn identity into a
centralized governance plane and give security teams strict compliance control and users
a seamless, secure experience.&rdquo;</p>
<p>— <strong>Aaron Parecki, Director of Identity Standards, Okta</strong></p></blockquote>
<blockquote>
<p>&ldquo;The Figma MCP brings the power of code and canvas together so teams can move faster,
explore more and ship products that stand out. As MCP adoption grows, XAA makes it
easier for enterprises to scale their MCP deployments securely without slowing teams
down.&rdquo;</p>
<p>— <strong>Devdatta Akhawe, VP of Engineering, Figma</strong></p></blockquote>
<blockquote>
<p>&ldquo;Logging in once and automatically having all your MCP connectors automatically setup is
pretty magical.&rdquo;</p>
<p>— <strong>Tom Moor, Head of Engineering, Linear</strong></p></blockquote>
<h2 id="get-involved">Get involved</h2>
<p>As with all other MCP extensions, features, and enhancements, we welcome your input.
We&rsquo;re encouraging clients, servers, and identity platforms to review the extension
specification and add support for the new standard into their products:</p>
<ul>
<li><strong>Read the requirements:</strong> the
<a href="https://modelcontextprotocol.io/extensions/auth/enterprise-managed-authorization">Enterprise-Managed Authorization page</a>
documents the flow for clients, servers, and authorization servers.</li>
<li><strong>Source and draft spec:</strong> see the
<a href="https://github.com/modelcontextprotocol/ext-auth">ext-auth repository</a> and the
<a href="https://github.com/modelcontextprotocol/ext-auth/blob/main/specification/draft/enterprise-managed-authorization.mdx">draft specification</a>
for the latest in EMA evolution as well as any support materials that will help you get
started.</li>
</ul>
<p>If you&rsquo;re interested in discussing the extension, sharing compatibility reports, or
iterating on the extension, join the
<a href="https://modelcontextprotocol.io/community/interest-groups/enterprise-managed-authorization">EMA Interest Group</a>.</p>
<h2 id="acknowledgements">Acknowledgements</h2>
<p>Enterprise-Managed Authorization is the work of the MCP community: the authors of
SEP-990, the maintainers of the
<a href="https://github.com/modelcontextprotocol/ext-auth">ext-auth repository</a>, and the identity
and MCP providers
who tested early implementations and pushed the spec forward. Thank you to everyone who
contributed.</p>
]]></content:encoded></item></channel></rss>