Skip to content

Commit ff451d9

Browse files
committed
Fix CI
1 parent 6a49d00 commit ff451d9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/specification/draft/basic/authorization.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,9 @@ scope during runtime operations, the server **SHOULD** respond with:
391391

392392
**Server Scope Management**: When responding with insufficient scope errors, servers
393393
**SHOULD** include the scopes needed to satisfy the current request in the `scope`
394-
parameter. Servers have flexibility in determining which scopes to include:
394+
parameter.
395+
396+
Servers have flexibility in determining which scopes to include:
395397

396398
- **Minimum approach**: Include the newly-required scopes for the specific operation. Include any existing granted scopes as well, if they are required prevent clients from losing previously granted permissions.
397399
- **Recommended approach**: Include both existing relevant scopes and newly required scopes to prevent clients from losing previously granted permissions

0 commit comments

Comments
 (0)