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
7 changes: 7 additions & 0 deletions src/app/scopes-dialog/scopes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
];