From 7b71c51c5b500aba575ffca355effb9af398d7d3 Mon Sep 17 00:00:00 2001 From: Philippe Signoret Date: Wed, 19 Feb 2020 15:25:34 +0100 Subject: [PATCH] Adds new permissions for AuthorizationPolicy --- src/app/scopes-dialog/scopes.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/app/scopes-dialog/scopes.ts b/src/app/scopes-dialog/scopes.ts index dc28d095..1a0e870c 100644 --- a/src/app/scopes-dialog/scopes.ts +++ b/src/app/scopes-dialog/scopes.ts @@ -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',