Questions tagged [wso2-api-manager]

WSO2 API Manager is a complete solution for designing and publishing APIs, creating and managing a developer community, and for scalably routing API traffic.

WSO2 API Manager

Links

  1. Github Repos for components and the product
  2. Website
  3. JIRA
  4. Product Home Page
  5. Documentation
3244 questions
5
votes
1 answer

WSO2 API Manager - can it convert REST requests to SOAP requests on the backend?

I'm exploring the use of the WSO2 API Manager for our legacy API, which is currently SOAP based. IDeally, I'd like to expose a RESTful interface to our customers and have API Manager convert that to a SOAP request that gets passed to our legacy…
Rob Zazueta
  • 71
  • 1
  • 2
  • 7
4
votes
2 answers

wso2 api manager. redirect to localhost

Please help I installed wso2 APIM and now configuring. I created new REST API, and enter url "View in Dev Portal", redirected to localhost for me I changed hostname in deployment.toml (ip-addr). Why redirecting to localhost for me?
Yerlan
  • 41
  • 1
  • 5
4
votes
1 answer

WSO2 API Manager vs Micro Gateway

I am planning to use WSO2 as my API Gateway. Requirement We have created .NET Core APIs for our microservices and need to use Gateway for manage APIs. I am totally confused by whether to use API Manager or WSO2 Micro Gateway or do we need to use…
Ratheesh
  • 549
  • 4
  • 15
4
votes
2 answers

How to implement OAuth2 authorization with WSO2 API Manager

I have created and published API with WSO2 API Manager. API client get access through OAuth2 and client credentials grant, sending consumer key and consumer secret to request access token. But now I need to implement authorization by means of…
4
votes
2 answers

Prevent WSO2 AM of dropping authorization token from request

As per documentation When you send an API request to the backend, you pass a token in the Authorization header of the request. The API Gateway uses this token to authorize access, and then drops it from the outgoing message. link I want to pass…
Yuriy Chachora
  • 739
  • 6
  • 18
4
votes
1 answer

Localization to Spanish not working in wso2 api manager

Followed instructions on: https://docs.wso2.com/display/AM210/Adding+Internationalization+and+Localization Trying this on google chrome and firefox. Changed the language to spanish, but wso2 does not pick up locale_es.json and still displays…
4
votes
3 answers

WSO2 Analytics database size too large

We are using api manager(2.1.0) and configured the analytics. We have done the load testing and the event data created by analytics in the database crossed 2 GB. Is there any way to control the size of the database. OR Is there any impact if we use…
prabhat
  • 71
  • 2
4
votes
1 answer

validating a JWT generated by WSO2 APIM 1.9.0: what's the public key?

I'm trying to do something that seemed simple but ends up being difficult because I lack the expertise. I have an APIM deployed with no customisation security-wise (don't worry, it's not production!). So it's only got carbon.jks. I authenticate…
JRobinss
  • 191
  • 1
  • 10
4
votes
1 answer

WSO2 APIM : Difference between Class mediators and custom handlers

Can anyone please explain me the difference between the class mediator and custom handler in detail, what use cases these two mediators are used
Thili
  • 748
  • 1
  • 9
  • 21
4
votes
2 answers

How to retrieve SAML2 token in PHP for getting an OAuth token from WSO2 APIM

I have been looking around for a solution but can't find it. This question is directly related…
JRobinss
  • 191
  • 1
  • 10
4
votes
1 answer

In WSO2 how to updrade / downgrade subscription tier?

Suppose user subscribed to Api1 with Silver tire. And now user want to upgrade same subscription to Gold tier. How user will do it in wso2 store. Is there any web service available to upgrade this plan/tier.
sachin dhus
  • 199
  • 1
  • 11
4
votes
1 answer

Where to put / configure CORS header Access-Control-Expose-Headers in WSO2 API Manager

I am having a problem with accessing my response headers under CORS scenario. I am doing a CORS call. So, I configured my API configuration in API Manager to accept CORS requests (that is, CORS is enabled for my REST endpoint). But when my app…
user2120188
  • 427
  • 1
  • 4
  • 16
4
votes
1 answer

WSo2 API Manager

Which inbuilt key manager ,WSo2 API Manager uses for managing access tokens. Is Ws02 Identity server built within API Manager. I know that we can configure a third party key manager (with different Database) with WSo2 API Manager..but I am not sure…
user2913809
  • 325
  • 2
  • 15
4
votes
1 answer

WSO2 API Manager 2.0 Swagger Console not working

We've deployed WSO2 API Manager 2.0 and it's working fine. Although we are facing an issue with the swagger console, which is not loading and returns Can't read swagger JSON from…
afgd
  • 85
  • 5
4
votes
1 answer

WSO2 API Manager authentication through single page app

I am new to WSO2 API Manager. I have installed it to proxy my REST endpoints and to do access management via oAuth2. Great! I managed to get access to my backend REST implementation through the oAuth2 process of API Manager (via API console). Now I…
user2120188
  • 427
  • 1
  • 4
  • 16