I have implemented as of now Active Directory OAuth. I see we also have Managed Identity as an option for Authentication. I have my Application registered and Azure OAuth enabled. Can you please explain how to authenticate using Managed Identity.
For trials, I have performed below steps -
1. I have enabled System managed identity for the Logic app
2. I created a app role in the App roles under my application's App registration in Azure AD.
3. Added that app role in API Permission
4. Grant admin consent for that App role
Followed this MS doc - https://docs.microsoft.com/en-us/azure/active-directory/develop/howto-add-app-roles-in-azure-ad-apps
Could yo please tell me how can I achieve the same using System assigned or user assigned Managed Identity ??
