You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory/governance/configure-logic-app-lifecycle-workflows.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,9 +24,6 @@ Making an Azure Logic app compatible to run with the **Custom Task Extension** r
24
24
- Enable system assigned managed identity.
25
25
- Configure AuthZ policies.
26
26
27
-
> [!NOTE]
28
-
> For our public preview we will provide a UI and a deployment script that will automate the following steps.
29
-
30
27
To configure those you'll follow these steps:
31
28
32
29
1. Open the Azure Logic App you want to use with Lifecycle Workflow. Logic Apps may greet you with an introduction screen, which you can close with the X in the upper right corner.
@@ -211,19 +208,21 @@ To configure those you'll follow these steps:
211
208
212
209
1. Create two authorization policies based on the tables below:
213
210
211
+
Policy name: AzureADLifecycleWorkflowsAuthPolicy
212
+
214
213
|Claim |Value |
215
214
|---------|---------|
216
215
|Issuer | https://sts.windows.net/(Tenant ID)/ |
217
216
|Audience | Application ID of your Logic Apps Managed Identity |
0 commit comments