Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add details about custom privileges required for running desktop flows #1375

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
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
10 changes: 9 additions & 1 deletion articles/desktop-flows/desktop-flows-security.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,14 @@ For example, you might create a security role that allows users to create, read,

Overall, privileges are a key component of the security model in Dataverse, and are used to control access to resources in a granular and flexible way.

> [!NOTE]
>
> In order to be able to run a desktop flow, the user needs at least the following privileges:
> - Basic Append, AppendTo, Create and Write privileges on the flowsession table
> - Basic Append, AppendTo, Create and Write privileges on the workflowbinary table.
> - Basic Read privilege on the workflow table.
> - Basic Read privilege on the desktopflowbinary table.

## Power Automate specific security roles

Following security roles are available out-of-the-box with Power Automate.
Expand Down Expand Up @@ -127,4 +135,4 @@ This role is used by Power Automate cloud services when interacting with the Dat

- [Security in Microsoft Dataverse](/power-platform/admin/wp-security)
- [Security concepts in Microsoft Dataverse](/power-platform/admin/wp-security-cds)
- [Security roles in Microsoft Dataverse](/power-platform/admin/security-roles-privileges)
- [Security roles in Microsoft Dataverse](/power-platform/admin/security-roles-privileges)