User Authentication in Azure API Manager: Support for Basic Auth, AAD, and ADFS?
Can Azure API Manager be used for authenticating users through basic authentication (username and password), Azure Active Directory (AAD), and Active Directory Federation Services (ADFS)?
API OK(200), But empty response body in API Management
Hi everyone, I purchased a Consumption subscription for Azure API Management. When I test the Azure App Service API in Postman, it works fine. However, when I try it with API Management, I get a 200 OK response, but there is no response body. Can anyone…
I am unable to find Xbox Live API
I am trying to add Xbox Live API Permissions to an App I am working on for a final project in college, I have already set up my Azure account, and already did the Xbox Live Creators Program sign up and account set up, After all that nothing has lead me…
Azure APIM - How to pin or integrate Azure Analytics reports to Azure Dashboard/Graphana Dashboard
Azure APIM - How to pin or integrate Azure Analytics reports to Azure Dashboard/Graphana Dashboard (Timeline, API,Operations, products,subscriptions, Users and Requests)
Error with multipartfile when registering API with Open API in Azure APIGTW
Hello :-) I am trying to configure an app with Swagger to Azure App Service and register it using OpenAPI in APIGTW with the API documentation. When I entered the URL in the OpenAPI specification, an error occurred. After uploading the JSON file, it…
GET /** request every 5 minutes for a Azure Webapp
Hi! I have an azure webapp (Windows, Java) that every 5 minutes gets a request like below. Client IP: 0.0.0.0 (but I assume that it might be this: https://learn.microsoft.com/en-us/azure/azure-monitor/app/ip-collection - other things like city etc are…
Unable to view the Standard v2 pricing tiers in existing Azure API Management (APIM).
Hi Team, I would like to change the pricing tier of my Azure API Management (APIM) instance from Developer to Standard v2, but I am unable to see the Standard v2 pricing tier in the existing APIM. Could you please help me with this? Regards, Hari
APIM OpenAPI Microsoft Conference API Down
Hello, The following endpoint has been down for two weeks and its a useful API featuring in a number of Microsoft tutorial, anyone know the team hosting this API can given them a nudge to get it working again... …
Deploy a react application as custom widget in Azure APIM Developer portal
I wanted to add a custom table to the developer portal, so I created a custom widget using react. I have an existing react application, how should I integrate that application with azure custom widget scaffold code? There is an SAS error when…
Azure API Manager OpenApiSpecification parser claims errors where there are none
I have an OpenAPI hooked up to my Azure API manager. I have a valid OpenAPI json file that was generated by my Swagger API integration. I know it's valid because I have pasted into https://editor.swagger.io/ and it works fine without errors. However, if…
azure api management - dev portal - how to delete custom widget?
azure api management - from dev portal, I made a custom widget as a test. but i want to delete test custom widget i create. how do i delete it There is only documentation on creating a custom widget, but no documentation on deleting it.
APIM policy validate-jwt error,IDX10500: Signature validation failed
Error: {"elapsed":90007,"source":"validate-jwt","path":"choose\otherwise","reason":"TokenSignatureKeyNotFound","message":"IDX10500: Signature validation failed. No…
APIM policy validate-jwt error, IDX10500: Signature validation failed
Error: {"elapsed":90007,"source":"validate-jwt","path":"choose\otherwise","reason":"TokenSignatureKeyNotFound","message":"IDX10500: Signature validation failed. No…
Azure API Management importing openapi generating random names
Hi, I have the following openapi.json, and when I import it into the azure api management portal it generates a long name like: RestApiAdminLocationSourcesGet200ApplicationJsonResponse for the definition for 200 status How do I change it so its a…
securing the AFD, APIM and Function App
Hello, I am currently exploring the best way to apply certificates to our infrastructure. We are using Azure Front Door, an API Management Service (APIM), and a Function App as the backend for API methods. One of the challenges I’m facing is how to…
Api throwing 404 errors after mocking enabled.
Hello, I have enabled the mocking for the APIs like mentioned below but getting 404 error for the request
Developer portal Administrator view not working in Vnet external mode
Gateway url and developer portal url are configured in cloudflare WAF. APIM is put in VNet external mode with NSG allowing inbound traffic only from cloudflare IPs. Developer portal adminstrator view is not working. Unable to start portal.
Unable to see VNET Details
Hello There, I have deployed APIM instance with network mode as internal. From networking blade, I am able to see the subnet name but not able to see VNET. Any idea about this issue? is anything wrong with my deployment?
Client Timeout Failure at forward-request - always 1min & 2mins
We have one simple API to get data from SQL database. However, we faced some timeout errors as below. The SQLTimeout is set 180s (3mins) but it throws errors even the SQL calls successfully. The strange thing is the errors' duration is always 60s and 2…