Restrict access to Logic App to Managed Identity

Mo Becker 6 Reputation points
2022-11-10T19:09:13.393+00:00

I have an App Service that makes an HTTP POST call to a Logic App (with an HTTP trigger). The App Service runs under a system-assigned Managed Identity. How can I restrict access to the Logic App to this Managed Identity, so that only the App Service can call it?

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,873 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Roderick Bant 2,046 Reputation points
    2022-11-10T19:54:33.147+00:00

    Hi,

    Arjun Chiddarwar did a nice article on techcommunity describing how to setup Easy Auth on a standard Logic App request trigger enabling authentication based on a list of allowed Azure AD Object ID with OAuth. Comments below the article indicate this also works for object ID's of a Managed Identity. I hope it is helpful for your situation

    1 person found this answer helpful.