How to allow Azure App Service (ASP.NET Core Web API) to utilize app registration's API permissions?
I have an app registration in Azure where I set the MS Graph API permissions. For local development I have developed a function to grab the app registration credentials from user secrets as shown: private GraphServiceClient GetGraphClientWithManagedIdentityOrDevClient() { if (_graphServiceClient…