Skip to content

Commit

Permalink
Merge pull request #678 from CluedIn-io/feature/workflows-prerequisit…
Browse files Browse the repository at this point in the history
…es-update

Workflow prerequisites update
  • Loading branch information
SolomiiaSnihur authored Feb 6, 2025
2 parents 723796f + 4df43f8 commit 12f67b5
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/workflow/power-apps-env-users.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 13 additions & 1 deletion docs/130-workflow.md/020-prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@ You need to prepare the following user accounts:

For more information on how to add a license, see [Microsoft documentation](https://learn.microsoft.com/en-us/entra/fundamentals/license-users-groups).

The user account used in workflow credentials needs to be added to the Power Apps environment list of users.

![power-apps-env-users.png](../../assets/images/workflow/power-apps-env-users.png)

Additionally, the user account needs to be given the System Administrator security role.

![system-administrator-role.png](../../assets/images/workflow/system-administrator-role.png)

- An SSO service principal for authenticating SSO users with permissions to accept requests from the following URIs:

- _https://{cluedin-domain}_/admin/workflow/workflow-builder
Expand All @@ -43,10 +51,14 @@ You need to prepare the following user accounts:

![redirect-uris.png](../../assets/images/workflow/redirect-uris.png)

Also, in the **Implicit grant and hybrid flows** section, select both **Access tokens** and **ID tokens**.
In the **Implicit grant and hybrid flows** section, select both **Access tokens** and **ID tokens**.

![implicit-grant-and-hybrid-flows.png](../../assets/images/workflow/implicit-grant-and-hybrid-flows.png)

In the **Advanced settings** section, enable public client flows.

![allow-public-client-flows.png](../../assets/images/workflow/allow-public-client-flows.png)

- A Power Automate service principal with permissions for authenticating the Power Automate widget. You need to add the following permissions:

- **Azure Service Management**: user_impersonation, Delegated.
Expand Down

0 comments on commit 12f67b5

Please sign in to comment.