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/logic-apps/logic-apps-securing-a-logic-app.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -264,19 +264,19 @@ Many triggers and actions have settings to hide inputs, outputs, or both from a
264
264
265
265
1. In the [Azure portal](https://portal.azure.com), open your logic app in the Logic App Designer.
266
266
267
-

267
+

268
268
269
269
1. On the trigger or action where you want to secure data, select the ellipses (**...**) button, and then select **Settings**.
270
270
271
-

271
+

272
272
273
273
1. Turn on either **Secure Inputs**, **Secure Outputs**, or both. When you're finished, select **Done**.
274
274
275
275

276
276
277
277
The action or trigger now shows a lock icon in the title bar.
278
278
279
-

279
+

280
280
281
281
Tokens that represent secured outputs from previous actions also show lock icons. For example, when you select such an output from the dynamic content list to use in an action, that token shows a lock icon.
282
282
@@ -347,7 +347,7 @@ Here are some [considerations to review](#obfuscation-considerations) when you u
347
347
348
348
When you manually turn on **Secure Inputs** in a trigger or action, Logic Apps secures these inputs in the run history. If a downstream action explicitly uses the visible outputs from that trigger or action as inputs, Logic Apps hides this downstream action's inputs in the run history, but *doesn't enable***Secure Inputs** in this action and doesn't hide this action's outputs.
349
349
350
-

350
+

351
351
352
352
If the Compose, Parse JSON, and Response actions explicitly use the visible outputs from the trigger or action that has the secured inputs, Logic Apps hides these actions' inputs and outputs, but *doesn't enable* these action's **Secure Inputs** setting. If a downstream action explicitly uses the hidden outputs from the Compose, Parse JSON, or Response actions as inputs, Logic Apps *doesn't hide this downstream action's inputs or outputs*.
0 commit comments