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
4
votes
1 answer

Data Analytics Server 3.1.0 throwing exceptions

I am using WSO2 API Manager 2.0.0 & WSO2 DataAnalyticsServer 3.1.0. I have made the following configurations: Enabled Analytics in api-manger.xml Directed it to my DAS Server Port Added DAS_AGENT to log4j properties The servers started properly In…
Jaden
  • 145
  • 5
4
votes
1 answer

WSO2: passing the caller's IP address to the backend

Say an instance of WSO2's API Manager receives API calls from an external client, it is possible to pass the caller's IP address to the backend (in the header for example, other solutions are welcome too)? If yes how?
Jérôme Verstrynge
  • 57,710
  • 92
  • 283
  • 453
4
votes
1 answer

WSO2 API Manager - API Definition URL Mapping

Here is a simplified ASP.NET Web API public string Get() { return $"Received value: 1,2 in string Get()"; } public string Get([FromUri] int id) { return $"Received value: {id} in Get(int id)"; } How do I map these in WSO2 API Definition? I…
4
votes
3 answers

Login fail in management console with admin user after try to integrate user store in wso2-is and wso2-am

I tried to change user store to MySQl and integrate that in Wso2-IS and Wso2-AM(api manager) base on this manual: here. After all steps in the mentioned manual, I tried login Wso2-AM Management Console with default admin user,but I got error…
Soli
  • 545
  • 5
  • 11
4
votes
2 answers

WSO2 API Manager - ERROR - APIKeyMgtServiceComponent Error in initializing thrift transport

Can anyone help me with this problem? Some information IP address was replaced for a fake one there is no other service running in the server MgtHostName and hostname are set o machine's IP Running on AWS. Security groups allows AnyTraffic from…
Virgulino
  • 183
  • 1
  • 3
  • 8
4
votes
1 answer

Wso2 Identity server - Restrict Inbound Authentication of service provider based on role permission

I have created a tenant 'A' in wso2 IS and added my ldap user store in it. In the tenant 'A', I have configured a 'test' service provider with oauth2 as inbound authentication. As of now, I am successful with authenticating all the user in store…
4
votes
2 answers

Programmatically add custom handler in WSO2 API Manager

I create and subscribe new APIs through an automated process that uses WSO2 API Manager's Publisher and Store HTTP APIs respectively. I have custom handlers that I then map to my APIs by editing the XML files in…
user3281392
  • 243
  • 2
  • 10
4
votes
1 answer

Multipart form data file upload using WSO2 API manager?

I have rest service to upload files and it is working fine.Now I created API in API manager and also given the same file upload service as the production endpoint. But now I am getting an error in my backed server while uploading the file using API…
Jamsheer
  • 3,673
  • 3
  • 29
  • 57
4
votes
2 answers

WSO2 Api Manager 1.7 : Unable to regenerate access token

I am using the latest version 1.7 and downloaded the binary from WSO2 API Manager site on 11th June. As per a Jira post : https://wso2.org/jira/browse/APIMANAGER-2290 This issue was resolved as of 14th May,2014, but I am still getting it..Please…
4
votes
0 answers

WSO2 api manager stops after 1000 sync call with large payload

I have a server which can send response of any size. When I make calls of with response size 1MB the WSO2 api manger works fine. (1000 requests per minute) When we make same calls with response size of 10MB the WSO2 api manager initially cuts down…
Dheerendra Kulkarni
  • 2,728
  • 1
  • 16
  • 18
4
votes
1 answer

WSO2 API Manager Auth error content type

I have WSO2 API Manager configured and everything seems to work fine. The only issues bothering me is that in case of an Auth exception, the API manager always returns the response with XML content type, e.g.,
4
votes
3 answers

WSO2 - Identity Server and API Manager working together

I'm evaluating WSO2 Identity Server and WSO2 API Manager. I registered an API and an application on API Manager. I can call the resources successfully. I could also add an user into Identity Server and log into that using oAuth authentication.…
user1985010
  • 83
  • 2
  • 6
3
votes
2 answers

Certificate for doesn't match any of the subject alternative names

I am using wso2 identity Server as a internal key manager of wso2 api manager and use Shared_db and start two server based on documentation here I got this error in api manager ERROR…
behzad
  • 194
  • 6
  • 21
3
votes
1 answer

WSO2 Installation

I am in the installation process WSO2 tool regarding: https://wso2.com/api-management/install/docker-compose/get-started/ Getting the following error: On command: docker-compose up --build Sending build context to Docker daemon 790B Step 1/4 :…
3
votes
1 answer

how to change wso2 api manager(3.2.0) jwt default algorithm from RS256 to S512?

I am using wso2 api manager 3.2.0 .how to change wso2 api manager(3.2.0) jwt default algorithm from RS256 to S512 or another one like hs 512?
Ali farahzadi
  • 274
  • 2
  • 10