Questions tagged [apim]

230 questions
0
votes
2 answers

Azure APIM Internal Vnet integration. Not able to deploy/create APIs & [Failed to connect to management endpoint]

I have Azure APIM setup and deployed few apis into the apim instance using the azure devops pipelines. Later we wanted to Integrate the APIM with the Vnet, so assigned the apim instance to a Vnet, with dedicated subnet and also assigned NSG rules…
Yash
  • 1
  • 1
  • 1
0
votes
1 answer

APIs created via super tenant publisher are not available in developer portal/ publisher of other tenants

I am using wso2 API manager 3.1.0 and wso2 IS as KM 5.10.0 . I created the tenants in API manager's carbon console. When I created some APIs via super tenant's publisher portal and set the subscription availability to specific tenants as shown in…
user3553913
  • 373
  • 3
  • 17
0
votes
1 answer

Wher is stored admin username and password inside WSO2 Prodcuts?

I had face strange behavior for ${admin.username} and ${admin.password} inside APIM nodes. I need to know where this information are stored. People tell me that is an appointment for user-mgt.xml inside and…
ChelloFera
  • 349
  • 1
  • 3
  • 16
0
votes
1 answer

How to find the json payload of a specific API in azure APIM

I am having issue with an API hosted on Azure APIM. How to find the json payload of a specific API in azure APIM . How to find out the details in logs?
RubenSo
  • 33
  • 9
0
votes
0 answers

Self hosting the APIM Developer portal: Unable to publish locally using "npm run publish"

Cloned the repository and followed all the steps mentioned in the documentation but i am unable to publish locally using "npm run publish" folder. The publish is working fine in others' machines but only i have the issue in my machine. Expected…
0
votes
1 answer

How do i test if response cache working for an API in WSO2 3.0.0 APIM?

Steps I tried! Run ALLInONE wso2 3.0.0 -published an API- pizza shack Run load test on it for 5 min with 20 concurrent users. Stopped it Went to publisher enabled response cache restart server Run load test for 5 min with 20 concurrent users But…
Vivek
  • 405
  • 1
  • 4
  • 14
0
votes
3 answers

How to decode HTTP request query string in azure APIM policies?

I have URL in the below format, and I want to decode the query string and re-write the URL. https://api.test.abc.com/parameters?username=%7Busername%7D How can I decode username using policies and re-write it in the following format: API Endpoint:…
0
votes
1 answer

Azure APIM VNet Stuck

I've created an instance of APIM. After placing it in a Virtual Network, when I click on API's It just sits there spinning. If I click add, and attempt to add a new API I get the following error message no matter what "Name" I give it. "One or more…
Joshua Holden
  • 43
  • 1
  • 6
0
votes
1 answer

How do we access certificate stored in API Management under CA Certificate

I am trying to secure the client API in API Management using the client certificates. context.Deployment.Certificates.Any(c => c.Value.Thumbprint == context.Request.Certificate.Thumbprint) only checks against the certificates stored in "Certificate"…
Nishank
  • 159
  • 1
  • 11
0
votes
1 answer

Unable to configure SAML2 Web SSO Configuration under Service Providers in WSO2 API Manager 3.0.0

I am trying to implement SAML Extension Grant by following the instructions in https://apim.docs.wso2.com/en/latest/Learn/APISecurity/OAuth2/GrantTypes/saml-extension-grant/ but got a blank screen when I tried to configure the service…
Zenacat1
  • 11
  • 3
0
votes
3 answers

Azure APIM Soap Service

We use Azure APIM for hosting our SOAP services and integrating the C# code with service endpoints and making calls through HttpClient.We always create elements manually and add values to inner text of element and send it as string content to the…
Parthasarathy
  • 19
  • 1
  • 5
0
votes
2 answers

Difference between WAF and API Management

Would like to understand what is the difference between WAF and APIM (Like APIGEE or AZURE APIM). What are capabilities of WAF and which needs to be choose to protect the backend web application. Thank you in advance. Aaditya
Aditya
  • 1
0
votes
1 answer

Logging API calls under AAD credentials

I have a bunch of API's running in Azure behind an APIM which require OIDC authentication by my AAD and everything works as expected but I'm wondering what would be the best way to go about monitoring/logging which user calls which API. The…
Jurgy
  • 2,128
  • 1
  • 20
  • 33
0
votes
1 answer

Metrics are not retrieved for APIM Service

I am using Rest API to retrieve the metrics of APIM Service. I am able to retrieve the metrics for first two days and suddenly I am not able to retrieve them. Are there any restrictions to retrieve the metrics?
Balasubramaniam
  • 371
  • 5
  • 14
0
votes
1 answer

Extract non-string value from response object

In APIM I want to get an OAuth token before calling the back-end and store it in the APIM cache. I manage to get the OAuth token. I wish to store my token in the cache for this I need a duration. Extracting the duration from the response body is…
PR33T0
  • 15
  • 5
1 2 3
15
16