You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
422
422
Clients acting on behalf of a user **SHOULD** attempt the step-up authorization flow. Clients acting on their own behalf (`client_credentials` clients)
423
423
**MAY** attempt the step-up authorization flow or abort the request immediately.
0 commit comments