Posts

Showing posts with the label Azure Managed Identity

Using Managed Identity in Logic Apps for Calling Active Directory Secured Function App

Image
Introduction In last posts we explored as to how AD authentication works - Understanding Azure Active Directory Authentication and Authorization using Oauth With couple of examples on how to use it -  Securing Function App with Azure Active Directory authentication  and  Calling Active Directory Secured Function App from Logic Apps But there was couple of challenges - creation and management of the AD app, it's credentials and credentials getting exposed/becoming part of the code.  So we explored a better approach to call AD secured service using Managed Identity -  Understanding Managed Identity and using it to Call Secured function App In this post we will see how to use  Managed Identity in Logic Apps for Calling Active Directory Secured Function App. How to do it 1. Create Target Function app Here we are going to call the same function app created in following post -  Securing Function App with Azure Active Directory authe...