Skip to content

Commit 8300f88

Browse files
authored
Update docs/specification/draft/basic/authorization.mdx
1 parent 859cb69 commit 8300f88

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/specification/draft/basic/authorization.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,4 +317,6 @@ For example, a MCP server could validate inbound tokens through one of the follo
317317
1. Custom validation, according to the conventions established by the AS.
318318

319319
MCP servers **MUST** strictly validate token audiences and only accept tokens specifically intended for themselves. Implementers **MUST NOT** design architectures where clients send
320-
tokens through the MCP server intended for other resources.
320+
tokens through the MCP server intended for other resources.
321+
322+
The access token of the upstream API may be an opaque token and the MCP server has no way to introspect the token to validate the audience or know what user it is associated with. It **MUST NOT** accept such tokens to grant access to its resources.

0 commit comments

Comments
 (0)