Relative Content

Tag Archive for azure-api-management

Cannot login to Azure API Management Developer Portal with AAD

I have a Basic tier APIM instance. Yes, the Docs clearly say Entra is not supported for Basic, however it isn’t clear if you can set it up manually and get it to work anyway. I did just that, following these MS docs How to add AAD. I was able to complete the steps, and added an AD Group. I launch the portal, click the AAD button and the authorization works fine, but after entering MFA I get “Server Error” on the UI. Browser F12 reveals 401 and 400 errors, similar to this post. I expect to see the “Complete Sign Up” page but it doesn’t get there.

Suddenly unable to delete APIs from Azure API Management

While trying to rename an API via Terraform I noticed that I suddenly can not delete any APIs from API Management. There were no problems before, this just suddenly appeared and has persisted for about 2 days now. I have tried to do the deletion at different times throughout the 2 days and it never works.

Azure APIM multiple identity providers for same API

my API is accessed by external clients and some clients uses Microsoft Account token and some clients uses Entra token. in case of Entra token, i have to verify client application id. How can i achieve this in APIM. do i have to use validate-jwt and read issuer and the have choose block to add validate-azure-ad-token policy? or there is any other way to achieve it.