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
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.
966
975
967
976
After you disable SAS authentication, the endpoint URL for the **Request** trigger no longer includes the SAS key, for example:
968
977
@@ -1002,7 +1011,7 @@ To find Consumption workflows where SAS is either enabled or disabled, check whe
1002
1011
1003
1012
#### Add the sasAuthenticationPolicy property to your workflow definition
1004
1013
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:
1006
1015
1007
1016
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:
0 commit comments