Consuming your Azure API App with Azure AD Authentication using PowerShell
I was playing around with Azure API apps and the Azure Authentication / Authorization feature. I used this before when consuming API Apps in combination with Azure Web Apps that use SPN’s for the Web App to access the API App on behalf of the user. Let’s assume I have built …