Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions blog/content/posts/enterprise-managed-auth/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,9 @@ specification and add support for the new standard into their products:
- **Read the requirements:** the
[Enterprise-Managed Authorization page](https://modelcontextprotocol.io/extensions/auth/enterprise-managed-authorization)
documents the flow for clients, servers, and authorization servers.
- **Source and draft spec:** see the
- **Source and spec:** see the
[ext-auth repository](https://github.com/modelcontextprotocol/ext-auth) and the
[draft specification](https://github.com/modelcontextprotocol/ext-auth/blob/main/specification/draft/enterprise-managed-authorization.mdx)
[specification](https://github.com/modelcontextprotocol/ext-auth/blob/main/specification/stable/enterprise-managed-authorization.mdx)
for the latest in EMA evolution as well as any support materials that will help you get
started.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ Check the [client matrix](/extensions/client-matrix) for current implementation
<Card
title="Full specification"
icon="file-lines"
href="https://github.com/modelcontextprotocol/ext-auth/blob/main/specification/draft/enterprise-managed-authorization.mdx"
href="https://github.com/modelcontextprotocol/ext-auth/blob/main/specification/stable/enterprise-managed-authorization.mdx"
>
Technical specification with normative requirements
</Card>
Expand Down
Loading