Skip to content
This repository was archived by the owner on May 16, 2023. It is now read-only.

Commit e2b8d14

Browse files
committed
updates permissions
1 parent 669850a commit e2b8d14

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

dist/explorer.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/explorer.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/explorer_v1.8.8.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/app/scopes-dialog/scopes.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,13 @@ export const PermissionScopes: IPermissionScope[] = [
184184
preview: false,
185185
admin: false,
186186
},
187+
{
188+
name: 'EntitlementManagement.ReadWrite.All',
189+
description: 'Read and write entitlement management resources',
190+
longDescription: 'Allows the app to request access to and manage access packages and related entitlement management resources on behalf of the signed-in user',
191+
preview: true,
192+
admin: true,
193+
},
187194
{
188195
name: 'Files.Read',
189196
description: 'Read user files and files shared with user',

0 commit comments

Comments
 (0)