Skip to content

Commit 0a87d5d

Browse files
author
ecfan
committed
Add feedback
1 parent 9f761f5 commit 0a87d5d

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

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

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -962,7 +962,16 @@ By default, a request-based trigger has SAS authentication enabled. The trigger'
962962

963963
**`https://{domain}:443/workflows/XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/triggers/When_a_HTTP_request_is_received/paths/invoke?api-version=2016-10-01&sp=%2Ftriggers%2FWhen_a_HTTP_request_is_received%2Frun&sv=1.0&sig=ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ`**
964964

965-
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 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. 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.
965+
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.
966+
967+
> [!NOTE]
968+
>
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.
966975

967976
After you disable SAS authentication, the endpoint URL for the **Request** trigger no longer includes the SAS key, for example:
968977

@@ -1002,7 +1011,7 @@ To find Consumption workflows where SAS is either enabled or disabled, check whe
10021011

10031012
#### Add the sasAuthenticationPolicy property to your workflow definition
10041013

1005-
For Consumption workflows where you want to disable SAS, follow these steps:
1014+
For Consumption workflows where you want to disable SAS authentication, follow these steps:
10061015

10071016
1. If you haven't done so already, get information about your workflow by running the [**Workflows - Get** operation](/rest/api/logic/workflows/get) using the following **GET** request, for example:
10081017

0 commit comments

Comments
 (0)