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
+11-13Lines changed: 11 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,13 +28,16 @@ To determine the security token type of your custom task extension, you'd check
28
28
:::image type="content" source="media/configure-logic-app-lifecycle-workflows/custom-task-extension-token-type.png" alt-text="Screenshot of custom task extension and token type.":::
29
29
30
30
31
+
> [!NOTE]
32
+
> New custom task extensions will only have Proof of Possession(POP) token security type. Only task extensions created before the inclusion of the Proof of Possession token security type will have a type of Normal.
33
+
31
34
## Configure existing Logic Apps for LCW use
32
35
33
36
Making an Azure Logic app compatible to run with the **Custom Task Extension** requires the following steps:
34
37
35
38
- Configure the logic app trigger
36
-
- Configure the callback action (only applicable to the callback scenario)
37
-
- Enable system assigned managed identity.
39
+
- Configure the callback action (Only applicable to the callback scenario.)
40
+
- Enable system assigned managed identity (Always required for Normal security token type extensions. This is also the default for callback scenarios with custom task extensions. For more information on this, and other, custom task extension deployment scenarios, see: [Custom task extension deployment scenarios](lifecycle-workflow-extensibility.md#custom-task-extension-deployment-scenarios).)
38
41
- Configure AuthZ policies.
39
42
40
43
To configure those you follow these steps:
@@ -231,26 +234,21 @@ If the security token type is **Proof of Possession (POP)** for your custom task
231
234
|Claim |Value |
232
235
|---------|---------|
233
236
|Issuer | https://sts.windows.net/(Tenant ID)/ |
234
-
|Audience | Application ID of your Logic Apps Managed Identity |
0 commit comments