From 308717206d5c3b06085e445a067352a5a974fd9c Mon Sep 17 00:00:00 2001 From: jigon-ms <63870038+jigon-ms@users.noreply.github.com> Date: Fri, 17 Apr 2020 10:04:35 -0700 Subject: [PATCH] Update scopes.ts --- src/app/scopes-dialog/scopes.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/app/scopes-dialog/scopes.ts b/src/app/scopes-dialog/scopes.ts index 56b36492..c8da7d55 100644 --- a/src/app/scopes-dialog/scopes.ts +++ b/src/app/scopes-dialog/scopes.ts @@ -1023,5 +1023,12 @@ export const PermissionScopes: IPermissionScope[] = [ longDescription: 'Allows the app to read and write authentication methods of all users in your organization that the signed-in user has access to. Authentication methods include things like a user\'s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.', preview: true, admin: true + }, + { + name: 'Policy.ReadWrite.AuthenticationFlows', + description: 'Read and write authentication flow policies', + longDescription: 'Allows the app to read and write authentication flow policies that determine which authentication flows are enabled in the tenant and other authentication-flow-related tasks.', + preview: true, + admin: true } ];