Skip to content

Commit d75f4d9

Browse files
committed
Merge branch 'localden/authz-updates' of https://github.com/modelcontextprotocol/modelcontextprotocol into localden/authz-updates
2 parents af91118 + 9be279d commit d75f4d9

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
@@ -417,7 +417,7 @@ WWW-Authenticate: Bearer error="insufficient_scope",
417417
##### Step-Up Authorization Flow
418418

419419
Clients will receive scope-related errors during initial authorization or at runtime (`insufficient_scope`).
420-
Clients may respond to these errors by requesting a new access token with an increased set of scopes via a step-up authorization flow.
420+
Clients **SHOULD** respond to these errors by requesting a new access token with an increased set of scopes via a step-up authorization flow or handle the errors in other, appropriate ways.
421421
Clients acting on behalf of a user **SHOULD** attempt the step-up authorization flow. Clients acting on their own behalf (`client_credentials` clients)
422422
**MAY** attempt the step-up authorization flow or abort the request immediately.
423423

0 commit comments

Comments
 (0)