Skip to content

Commit ada7300

Browse files
author
ecfan
committed
Clarity updates
1 parent 0a87d5d commit ada7300

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/logic-apps/logic-apps-securing-a-logic-app.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -964,14 +964,14 @@ By default, a request-based trigger has SAS authentication enabled. The trigger'
964964

965965
If your Consumption workflow starts with the **Request** trigger, and you want to use [OAuth with Microsoft Entra ID](#enable-oauth), you can disable SAS authentication to avoid errors and problems running your workflow. You also add a security layer by removing the dependency on secrets, which reduces the risk in having secrets logged or leaked.
966966

967+
This option works even if you also [enable OAuth 2.0 with Microsoft Entra ID as the only option to call a request-based endpoint](#enable-oauth-only-option). For Standard workflows, you can use other authentication types without disabling SAS.
968+
967969
> [!NOTE]
968970
>
969-
> This action only disables SAS authentication for incoming requests,
970-
> not existing SAS tokens or signatures. When SAS authentication is
971-
> enabled, existing secrets still work. To disable SAS tokens and
972-
> signatures, see [Regenerate access keys](#regenerate-access-keys).
973-
974-
This option works even if you also [enable OAuth 2.0 with Microsoft Entra ID as the only option to call a request-based endpoint](#enable-oauth-only-option). For Standard workflows, you can use other authentication types without disabling SAS.
971+
> This action disables SAS authentication for incoming requests and blocks existing SAS tokens or
972+
> signatures from working. However, your SAS tokens or signatures remain valid and still work
973+
> if you enable SAS authentication again. To disable SAS tokens and signatures, see
974+
> [Regenerate access keys](#regenerate-access-keys).
975975
976976
After you disable SAS authentication, the endpoint URL for the **Request** trigger no longer includes the SAS key, for example:
977977

0 commit comments

Comments
 (0)