Skip to content

Commit 9be279d

Browse files
localdendsp-ant
andauthored
Update docs/specification/draft/basic/authorization.mdx
Co-authored-by: David Soria Parra <[email protected]>
1 parent d574389 commit 9be279d

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

420420
Clients will receive scope-related errors during initial authorization or at runtime (`insufficient_scope`).
421-
Clients may respond to these errors by requesting a new access token with an increased set of scopes via a step-up authorization flow.
421+
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.
422422
Clients acting on behalf of a user **SHOULD** attempt the step-up authorization flow. Clients acting on their own behalf (`client_credentials` clients)
423423
**MAY** attempt the step-up authorization flow or abort the request immediately.
424424

0 commit comments

Comments
 (0)