Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
263 views
in Technique[技术] by (71.8m points)

c# - Azure Logic App authenticate with WebApp using MSI

Has anyone ever managed to implement MSI authentication between a LogicApp and a WebApp? (assuming this is even possible). The only examples I am managing to find are to use MSI with services like Keyvault, Storage etc.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

It can be done out of box. You can call MSI authenticated Web API from Logic App by following below simple steps:

  1. Add MSI to your Logic App.

  2. Add RBAC for Logic App in your Web API's App Service.

  3. Add HTTP action with settings like below in your Logic App to call Web API (Don't add Audience and fill up other details of the API):

    enter image description here

For more details, visit Authenticate access to Azure resources by using managed identities in Azure Logic Apps.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...