Skip to content

Commit 1f47281

Browse files
Merge pull request #211774 from OWinfreyATL/owinfreyATL-Ref-Updates
configure updates
2 parents 6b67a3c + b52b19e commit 1f47281

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

articles/active-directory/governance/configure-logic-app-lifecycle-workflows.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ Making an Azure Logic app compatible to run with the **Custom Task Extension** r
2424
- Enable system assigned managed identity.
2525
- Configure AuthZ policies.
2626

27-
> [!NOTE]
28-
> For our public preview we will provide a UI and a deployment script that will automate the following steps.
29-
3027
To configure those you'll follow these steps:
3128

3229
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:
211208
212209
1. Create two authorization policies based on the tables below:
213210
211+
Policy name: AzureADLifecycleWorkflowsAuthPolicy
212+
214213
|Claim |Value |
215214
|---------|---------|
216215
|Issuer | https://sts.windows.net/(Tenant ID)/ |
217216
|Audience | Application ID of your Logic Apps Managed Identity |
218-
|appID | ce79fdc4-cd1d-4ea5-8139-e74d7dbe0bb7 |
217+
|appid | ce79fdc4-cd1d-4ea5-8139-e74d7dbe0bb7 |
219218
220219
Policy name: AzureADLifecycleWorkflowsAuthPolicyV2App
221220
222221
|Claim |Value |
223222
|---------|---------|
224223
|Issuer | https://login.microsoftonline.com/(Tenant ID)/v2.0 |
225224
|Audience | Application ID of your Logic Apps Managed Identity |
226-
|appID | ce79fdc4-cd1d-4ea5-8139-e74d7dbe0bb7 |
225+
|azp | ce79fdc4-cd1d-4ea5-8139-e74d7dbe0bb7 |
227226
228227
1. Save the Authorization policy.
229228
> [!NOTE]

0 commit comments

Comments
 (0)