Skip to content

Commit 9b99ad6

Browse files
authored
fix a typo
1 parent a16acf9 commit 9b99ad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/specification/draft/basic/authorization.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ requests that appear legitimate to resource servers.
257257
Clients and servers **MUST** implement secure token storage and follow OAuth best practices,
258258
as outlined in [OAuth 2.1, Section 7.1](https://datatracker.ietf.org/doc/html/draft-ietf-oauth-v2-1-12#section-7.1).
259259

260-
MCP authorization servers SHOULD issue short-lived access tokens token to reduce the impact of leaked tokens.
260+
MCP authorization servers SHOULD issue short-lived access tokens to reduce the impact of leaked tokens.
261261
For public clients, MCP authorization servers **MUST** rotate refresh tokens as described in [OAuth 2.1 Section 4.3.1 "Refresh Token Grant"](https://datatracker.ietf.org/doc/html/draft-ietf-oauth-v2-1-12#section-4.3.1).
262262

263263
### Communication Security

0 commit comments

Comments
 (0)