Skip to content

Commit 800c795

Browse files
committed
Fix incorrect link label
The specification for "OAuth 2.0 Token Exchange" is RFC 8693. https://datatracker.ietf.org/doc/html/rfc8623 refers to a different specification, so the current link is correct. This PR fixes the incorrect link label.
1 parent e9f182c commit 800c795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/draft/enterprise-managed-authorization.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ This profile is an application of the "Identity Assertion Authorization Grant" [
3838
The Identity Assertion Authorization Grant follows three steps:
3939

4040
1. Single Sign-On to the MCP Client via OpenID Connect or SAML
41-
2. Token Exchange ([RFC8623](https://datatracker.ietf.org/doc/html/rfc8693))
41+
2. Token Exchange ([RFC8693](https://datatracker.ietf.org/doc/html/rfc8693))
4242
3. JWT Authorization Grant ([RFC7523](https://datatracker.ietf.org/doc/html/rfc7523))
4343

4444
The core flow is as follows:

0 commit comments

Comments
 (0)