Skip to content
This repository was archived by the owner on May 16, 2023. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/app/scopes-dialog/scopes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -839,6 +839,14 @@ export const PermissionScopes: IPermissionScope[] = [
preview: true,
admin: true
},
{
name: 'Policy.ReadWrite.Authorization',
description: 'Read and write your organization\'s authorization policy',
longDescription:
'Allows the app to read and write your organization\'s authorization policy on your behalf. For example, authorization policies can control some of the permissions that the out-of-the-box user role has by default.',
preview: true,
admin: true
},
{
name: 'Policy.ReadWrite.ConditionalAccess',
description: 'Read and write your organization\'s conditional access policies',
Expand Down