Need to have Azure API management policy to verify custom token using certifcate. Can anyone tell me How to verify token using certifcate?
My c# code is working perfectly fine. I need to write below c# logic int apim policy. Some namespaces are not supported in Azure APIM. My requirement is to decode a token and check the token validity, signature by reading the certificate public key.
How to generate a valid initial W3C traceparent header on azure APIM? [closed]
Closed 2 days ago.
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.
Azure API Management Private Endpoint Unable to call on prem service
I’m facing an issue with exposing an SAP service via Azure API Management using a private endpoint. Here’s the setup:
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.
restrict requests to storage account container based on blob name via request header using APIM policy
I wish to connect an an api in Azure API manangement to a storage account container. Within this storage account I wish for the api to only be able to access a specific top-level directory in the container (“myfolder”). I am attempting to implement this using an inbound processing policy, but I’m struggling with finding the relevant documentation.
Azure API Management Developer Portal: How to display operations of a specific tag and API?
how can I display a list of operations of a specific tag and API to a user on a page?
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.
API management policy – backend based on agency label
I need to implement a policy for forwading the request to the right backend based on something in the URL (agencycod)
Print all incoming headers in Azure API Manager
I am trouble shooting an inbound 3rd party service and I want to log all inbound headers. As I dont know what headers I am receiving I cant use log analytics to capture headers.