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

wso2 api manager with azure ad as OAuth provider

We have a requirement to configure WSO2 api manager with Azure AD as OAuth provider. We do not intend to use the out-of-the box OAuth provider in WSO2 api platform. All other parts of API manager will be leveraged ( publisher, store, gateway). Below…
Anoop
  • 43
  • 4
3
votes
8 answers

How to publish WSO2 API on WSO2?

I have a special requirement. I want to access WSO2 backen API. So,I want to publish it on WSO2. So that,my service can access WSO2'API. Can someone tell me how to do it?
Cherlex
  • 31
  • 2
3
votes
3 answers

WSO2 API manager - How to send Error/Fault message back to the Client from InSequence

I have created a REST API using WSO2 API Manager (StockQuoteService) and configured a back end SOAP based web service (converting REST to SOAP) from where it will be getting the data based on the URL template. In the "In Sequence", I have used a…
nits
  • 31
  • 3
3
votes
6 answers

WSO2 API Manager : Error: Could not find or load main class Enterprise

I am new to WSO2 API Manager. As per the documentation i tried to start the server locally but i got error stating that Could not find or load main class Enterprise. Can someone please help me to fix this issue to proceed…
munna
  • 314
  • 5
  • 21
3
votes
1 answer

integrating wso2 identity server and api manager

I want to integrate WSO2 Identity server and API manager together so that user authentication can be done by WSO2 Identity server and API level authorization can be done in the API Manager.I am using WSO2 identity server separately so that one day…
Janier
  • 3,982
  • 9
  • 43
  • 96
3
votes
1 answer

WSO2 API Manager - Token restrictions 20KPerToken

Can I limit token to make 20K per token validity requests. My use case is: give to user token with year validity and 20K per token limitations. Thank you in advance for any help! EDIT: When I'm adding application limit 20PerYear and generate token…
Taras Melon
  • 377
  • 4
  • 16
3
votes
1 answer

Grant types in WSO2 API store

When I register an application in WSO2 API store, I am allowed to check most of the grant types except the following grant types: - Code and - Implicit How can turn ON the code grant type ?
bhalochele
  • 227
  • 3
  • 11
3
votes
1 answer

WSO2 API Manager : API Creation Issue

I installed the APIM and started the APIM and created a new API. The ApI which i created comprises of a URL which points at our company production server. I gave the URL in the api creation mode to the production endpoint and sandbox Endpoint…
Yasiru
  • 73
  • 4
3
votes
1 answer

Adding a Password Recovery option to WSO2 sign-in

I was wondering if there is an option for users who want to use the store but have forgotten their password Currently the WSO2 sign-in page looks like this: I have set the following in < APIM_HOME…
Jaden
  • 145
  • 5
3
votes
2 answers

WSO2 api manager with keycloak auth server

I am about to configure the "WSO2 API Manager", but since I have been using Keycloak as SSO server in my old applications, I would like to know if it is possible to use keycloak SSO as authentication server for "WSO2 API Manager"? Thanks in advance!
gubak
  • 343
  • 1
  • 4
  • 9
3
votes
1 answer

Configuring WSO2 STATS_DB

I have configured API Manager 2.0.0 & API Manager Analytics Pack to use MySQL databases. For each server, there exists a WSO2AM_STATS_DB. I have given these differing names on my MySQL server. I have also pointed my datasources in…
Jaden
  • 145
  • 5
3
votes
1 answer

WSO2 API Manager Data Analytics Server Version Compatibility

Is Latest Version of WSO2 API Manager(2.0.0) compatible with latest version of WSO DAS(3.1.0)? In the download page of WSO2 API Manager 2.0.0, only WSO DAS 2.0.0 download is mentioned for Analytics.
Jai
  • 33
  • 4
3
votes
1 answer

WSO2-APIM building with modified carbon-apimgt sub component

Development Environment OS : windows7 WSO2-API MANAGER Version : 1.10.1-SNAPSHOT carbon-apimgt Version : 5.0.3 (tag) I was build product in the order. i got both sources from git i modify source in…
raekwon.ha
  • 107
  • 10
3
votes
2 answers

WSO2 AM 1.10.0: "The text, ntext, and image data types cannot be compared or sorted, except when using IS NULL or LIKE operator."

I integrated wso2 am 1.10.0 (port offest 1) with wso2 das 3.0.1 (port offest 3), all seems ok, I can see usage data either from wso2am_stats_db or das carbon data explorer. I followed the instructions here to the word. However, each time I access…
J D
  • 274
  • 3
  • 17
3
votes
2 answers

WSO2 loss APIs after changes in docker container

I'm having another problem using WSO2 API Manager 2.0.0: I have installed it in docker using three containers (one for APIM, one for Analytics and one for MySQL) and I replace some configuration files with my custom version (e.g. DB, server name,…