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
3
votes
2 answers

WSO2 API Manager - "Make this the default version" causes authentication errors?

I have an API that works no problem providing the "Make this the default version" checkbox isnt checked, once checked I get this error back 900906
Ash
  • 8,583
  • 10
  • 39
  • 52
3
votes
3 answers

WSO2 API Manager - Displaying Private IP in the store

I have installed the API manager 1.6.0 and got API Manager running as well. However the problem is IP address shown within store is the private IP of the server. Private IP is accessed via a VPN. Below is the URL which is shown in the store as…
Techie
  • 44,706
  • 42
  • 157
  • 243
3
votes
0 answers

Error with WSO2 API Manager OAuth Authentication

I installed the latest WS02 API Manager, 1.6.0. I followed the directions and just did the plain install, nothing special. When I create an API, publish it, subscribe to it, create an Access Token, and try to access it, I am seeing the following…
3
votes
1 answer

some questions about wso2 api manager performance

I follow the document 《wso2-whitepaper-wso2-and-api-management-a-technical-evaluation-guide.pdf》 test wso2 api management performance. As The article said,the wso2am system able to handle more than 8,000 API calls per secondCan be achieved? But I…
3
votes
3 answers

WSO2 Synapse: setting a URL parameter

I am trying to do something that seems straightforward but can't get it to work. Basically I want the WSO2 API manager to add a URL parameter to a REST call. Setup and Problem I have a WSO2 API manager installed. I also have a Tomcat running with a…
JRobinss
  • 191
  • 1
  • 10
3
votes
2 answers

WSO2 API Manager convert SOAP to REST

Is it possible to publish a SOAP service as a REST API directly in the API manager? Is it possible to convert the call and expose REST to end user while calling the SOAP? If possible, how? Thanks.
Luca Gioppo
  • 195
  • 2
  • 12
3
votes
1 answer

wso2 esb + api management

I need to integrate WSO2 API MANAGER with an external ESO2 ESB, but don't know which configuration should I set up. I know API MANAGER has a greg, should I mount ESB'registry to it? Also API MANAGER has an ESB, can I just share configuration of the…
nuvio
  • 2,555
  • 4
  • 32
  • 58
3
votes
1 answer

WSO2 API Manager and XACML Entitlement

I'm investigating the possibility to use WSO2 API Manager 1.0 for creating an API Store to be used internally in my company; and I'm trying to figure out if it fits all requirements. In particular I would like to understand if it is possible to use…
Scarex
  • 31
  • 2
2
votes
2 answers

WSO2 Identity Server 5.11.0 startup issue

I have been testing Wso2 Identity Server. I have set it as key manager to wso2 api manager 4.0.0. Everything was working fine unless I restarted wso2 api manager. First, after restarting wso2 api manager the error with following stacktrace…
2
votes
2 answers

WSO2APIM v4.2: WebSocket connection timed out by GLOBAL_TIMEOUT config

Summary We have WebSocket endpoint that is working fine on WSO2APIM v2.6 but can't get it to work with v4.2. Initial problem was the GLOBAL_TIMEOUT kicking in. We found a work.-around for that (see below). However, it now validates the bearer…
Teodor Mysko
  • 148
  • 7
2
votes
2 answers

Login page issue in WSO2 v4.2.0

I upgraded WSO2 v4.1.0 to v4.2.0 as the deployment.toml is identical, only one config was added in the new version the rest configs are the same. [apim.key_manager] enable_apikey_subscription_validation = true The previous version with all the same…
Yaroslav
  • 67
  • 7
2
votes
1 answer

WSO2 APIM New Install Won't Call APIs - APILoggerManager Errors

We use WSO2 APIM as an API Gateway. We have been using 2.6 but are now upgrading to 4.2 (we initially got this error on 4.1 but then tried 4.2 and got the same!). We are doing a new, fresh install on a new server and migrating over the…
Adam
  • 6,539
  • 3
  • 39
  • 65
2
votes
0 answers

WSO2 APIM: Refresh Token Expires Unexpectedly

We are using WSO2 APIM as an API manager. We are upgrading from 2.6.0 to 4.1.0 We have run in to an issue with the refresh tokens. In the old version, once a token had been generated then all calls for the same scope got that token, as long as it…
Adam
  • 6,539
  • 3
  • 39
  • 65
2
votes
3 answers

WSO2 - Previously issued oAuth2 tokens invalid even if not expired

I have the following scenario using the SAME client ID and client secret: Get token 1 and call API A - works as expected. Get token 2 and call API B - works as expected. Go back and call API A with token 1. I get the error "Invalid JWT token. Make…
Johan
  • 317
  • 3
  • 11
2
votes
2 answers

how to apply bug fixes on open source wso2 API Manager 4.0.0 and wso2 Micro Integrator 1.2.0

We are working on WSO2 Open source API Manger 4.0.0 and Micro Integrator 1.2.0. we need to apply the bug fixes. We are unable get the latest build of specific WSO2 API Manager and Micro Integrator versions from the source code. We are trying to get…