Reputation: 1883
I am trying to secure my HTTP triggers using AzureAD but I am running into an issue where the Authorization setting does not appear to exist in standard logic apps only consumption as shown here:
Can anyone help me with how I would be able to do this with a standard logic app? Thanks!
Upvotes: 0
Views: 2062
Reputation: 11128
I am trying to secure my HTTP triggers using AzureAD but I am running into an issue where the Authorization setting does not appear to exist in standard logic apps only consumption as shown here:
Yes, In standard Logic Apps there is no section on Authorization as you can check below:
If you want to use Azure AD you can use Access control (IAM)
Now after clicking select the role you want to give to a particular user or group. You can also give contributor role(Complete permissions i.e access).
Then click on Select members.
Then click on Save button to add a access policy using IAM.
You can also use API Management for Restricting access or Full control on your Logic app.
You can also use Managed Identity in Logic apps .
Upvotes: 0