Questions tagged [api-manager]

[DO NOT USE] Use `wso2-am` tag instead.

API Manager leverages proven, production-ready integration, security, and governance components from the WSO2 Enterprise Service Bus, WSO2 Identity Server, and WSO2 Governance Registry. In addition, it leverages the WSO2 Business Activity Monitor for Big Data analytics, giving you instant insight into APIs behavior.

As with all WSO2 products, the WSO2 API Manager is 100% open source. Designed for easy customization, it is extensively pluggable to integrate with existing infrastructure in your enterprise.

Reference :

http://wso2.com/products/api-manager/

209 questions
0
votes
1 answer

Why NGINX appends '/publisher' resourse to my request

I am change from Apache to NGINX to front-End My WSO2 environment. So Now I am stucked in store front-end config file. At this point, I have my store.conf like this: server { listen 443 ssl; server_name storedomain.com; …
ChelloFera
  • 349
  • 1
  • 3
  • 16
0
votes
2 answers

WSO2 API Manager 3.1.0 Analytics stucks on dashboard widget API loading

I have encountered some problems running APIM with Analytics 3.1.0, seems to be stuck in some point and finally shows an error due it cannot load or find API list. We have checked every step in documentation and logs don’t show us any configuration…
0
votes
1 answer

WSO2 3.1.0 APIM instance. Is it possible to configure the WSO2_CARBON_DB datasource to oracle configuration through the deployment.toml file?

The master-datasources.xml is always overridden at startup with the default h2 database for the WSO2_CARBON_DB and WSO2MBStoreDB datasource. deployment.toml [server] hostname = "localhost" node_ip = "127.0.0.1" #offset=0 mode = "single" #single or…
0
votes
1 answer

change the UI of the WSO2 API Manager v3.0.0

I want to change the UI of the wso2 API manager. I use product-am v3.0.0, carbon-apimgt v6.5.349, and nexus. I'm add a

tag in…
0
votes
1 answer

WSO2 Api Manger 3.0.0 Token API CORS issue with Angular Application

I have been using WSO2 API Manager 3.0.0 single node setup. I am facing the challenge of invocation of Token APIs ( available at https://host:port/token?grant_type=client_credentials) that are used to get the token. After checking few blogs I have…
k10gaurav
  • 462
  • 7
  • 24
0
votes
2 answers

Can someone help me to fix this ESB code?

Encountered this error message below: org.apache.commons.httpclient.URIException: Invalid query at org.apache.commons.httpclient.URI.parseUriReference(URI.java:2049) at org.apache.commons.httpclient.URI.(URI.java:147) Here are my…
0
votes
0 answers

WSO2 API Manager API authentication failure for multiple scope

i am trying to authenticate my external application with WSO2 API Manager. i have added some scope for one end point and also assigned a user role and when i try to access that end point using that user i can not access it. in my auth app i have…
Ujith Isura
  • 67
  • 2
  • 10
0
votes
0 answers

Why post Body is sometimes null using WSO2 Api Manager and .Net

I'm testing WSO2 Api Manager. I have some Apis working good and wow I need to integrate them with Api Manager 2.6.0. I've make some test and all Get requests work very good, but when I make Post Request sometimes failed. For some reason the…
isosa
  • 33
  • 8
0
votes
1 answer

Apim Analytics don´t allow me to start 'worker' and 'dashboard' nodes at the same time

Cenario: API Manager and APIM ANalytics 2.6.0 running at the same machine. Issue: after start the APIM worker node, the APIM Dashboard node don't start and give to me a lot of WARNs as follow: JAVA_HOME environment variable is set to…
ChelloFera
  • 349
  • 1
  • 3
  • 16
0
votes
1 answer

Where can I locate org.wso2.carbon.mit.OpenIDClientImpl?

I want to extend my key manager interface in wso2 api manager to connect it to a 3rd party azure interface. Any articles for this will be of great help.
Naren
  • 1
  • 1
0
votes
1 answer

wso2 apim 1.10.0 SSL communication

I am trying to call a WSO2 API through https port 8243. However, when I make a call, the client app (web app) gets a 502 bad gateway error (which is logged inside WSO2 apim server carbon log file). I see the exception below. Please Note that, I…
0
votes
1 answer

How to authenication and Authorize End application users in wso2 api manager?

I wanted to do some POC for wso2 API manager where API Manager will expose login and registration url which will be called by UI layer but wanted to handle end user authorization and authentication in API manager layer and don't want to handle this…
atiwari
  • 107
  • 1
  • 8
0
votes
2 answers

active-active all-in-one deployment with internal and external apim

I want to use first deployment in this link (active/active all-in-one). But the question is here that can I add one all-in-one APIM in DMZ zone or not? I want to use this deployment pattern that cited in the link for my internal APIs and the APIM…
0
votes
1 answer

WSO2 API Manager: Customizing the user profile GUI

I changed the user store to our custom oracle db. so, there are some fields that should be added to user profile when set the user profile of a user. How can I add some new properties to user profile GUI and map those to related fields in um_user…
DavidbIR
  • 27
  • 5
0
votes
1 answer

WSO2 API Management resource owner authentication

It is possible to configure WSO2 API Manager to authenticate the user(resource owner) without IdentityServer? For example need to return login form to authenticate the resource owner via Active Directory or other LDAP.
Alexandru Para
  • 139
  • 1
  • 9