Skip to content

Commit 626b8bc

Browse files
localdenaaronpk
andauthored
Update docs/specification/draft/basic/authorization.mdx
Co-authored-by: Aaron Parecki <[email protected]>
1 parent 2b57db0 commit 626b8bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/specification/draft/basic/authorization.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,8 @@ MCP servers **MUST** take all necessary steps to ensure no data is returned to u
315315

316316
For example, a MCP server could validate inbound tokens through one of the following approaches:
317317

318-
1. Token introspection, according to [RFC7662](https://datatracker.ietf.org/doc/html/rfc7662). 1. JWT validation, according to [RFC 9068](https://www.rfc-editor.org/rfc/rfc9068.html).
318+
1. Token introspection, according to [RFC7662](https://datatracker.ietf.org/doc/html/rfc7662).
319+
1. JWT validation, according to [RFC 9068](https://www.rfc-editor.org/rfc/rfc9068.html).
319320
1. Custom validation, according to the conventions established by the AS.
320321

321322
MCP servers **MUST** strictly validate token audiences and only accept tokens specifically intended for themselves. Implementers **MUST NOT** design architectures where clients send

0 commit comments

Comments
 (0)