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`).
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.
421
421
Clients acting on behalf of a user **SHOULD** attempt the step-up authorization flow. Clients acting on their own behalf (`client_credentials` clients)
422
422
**MAY** attempt the step-up authorization flow or abort the request immediately.
0 commit comments