Skip to content

Commit 2ec6f10

Browse files
committed
Updates
1 parent 189fa8d commit 2ec6f10

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ If the security token type is **Proof of Possession (POP)** for your custom task
225225
1. Create two authorization policies based on these tables:
226226
227227
Policy name: POP-Policy
228+
228229
Policy type: (Preview) AADPOP
229230
230231
|Claim |Value |
@@ -236,7 +237,9 @@ If the security token type is **Proof of Possession (POP)** for your custom task
236237
|u | management.Azure.com |
237238
|p | /subscriptions/(subscriptionId)/resourceGroups/(resourceGroupName)/providers/Microsoft.Logic/workflows/(logicAppName) |
238239
239-
Policy name: AzureADLifecycleWorkflowsAuthPolicyV2App
240+
Policy name: AzureADLifecycleWorkflowsAuthPolicyV2App
241+
242+
Policy type: AAD
240243
241244
|Claim |Value |
242245
|---------|---------|
@@ -259,6 +262,7 @@ If the security token type is **Normal** for your custom task extension, you'd s
259262
1. Create two authorization policies based on these tables:
260263
261264
Policy name: AzureADLifecycleWorkflowsAuthPolicy
265+
262266
Policy type: AAD
263267
264268
|Claim |Value |
@@ -267,7 +271,9 @@ If the security token type is **Normal** for your custom task extension, you'd s
267271
|Audience | Application ID of your Logic Apps Managed Identity |
268272
|appid | ce79fdc4-cd1d-4ea5-8139-e74d7dbe0bb7 |
269273
270-
Policy name: AzureADLifecycleWorkflowsAuthPolicyV2App
274+
Policy name: AzureADLifecycleWorkflowsAuthPolicyV2App
275+
276+
Policy type: AAD
271277
272278
|Claim |Value |
273279
|---------|---------|

0 commit comments

Comments
 (0)