How to disable SAS authorization for Logic App?

Bisselink, Christiaan 21 Reputation points
2020-10-31T18:20:10.87+00:00

Is there a way to disable the SAS authorization scheme for a Logic App HTTP-trigger?

In the documentation I read the following:
"Inbound calls to a request endpoint can use only one authorization scheme, either SAS or Azure Active Directory Open Authentication. Although using one scheme doesn't disable the other scheme..." - Source: https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-securing-a-logic-app

What I'm trying to do:
I would like to disable the SAS authorization scheme. The logic app should not be triggered when the correct SAS parameter is provided. Or if triggering the logic app can't be avoided, than it should return an error. Only OAuth authorization should give a valid result. Is this possible?

Azure Logic Apps
Azure Logic Apps

An Azure service that automates the access and use of data across clouds without writing code.

0 comments No comments

Answer accepted by question author
svijay-MSFT 5,256 Reputation points Microsoft Employee Moderator
2020-11-06T09:57:49.637+00:00

You have configured Azure Active Directory Open Authentication (Azure AD OAuth) to trigger the Logic App. You would now would like disable the trigger of Logic App through the SAS method.

Inbound calls to a request endpoint can use only one authorization scheme, either SAS or Azure Active Directory Open Authentication. Unfortunately, using one scheme doesn't disable the other scheme.

Having said that, you could share your product feature feedback here at : https://feedback.azure.com/

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Graham Gold 5 Reputation points MVP
    2025-08-26T19:25:09.3866667+00:00

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.