wso2-am

Can't access to production endpoint with WSO2 API Manager - entreprise proxy

可紊 提交于 2019-12-13 08:24:21
问题 I'm trying wso2 api manager for my team. When i follow the quick start guide, I can't get a good production endpoint in the implement part. It's the same for wsdl I think it's because I have the api manager on my computer, and this computer is behind a entreprise proxy. I search on the documentation and on stack overflow but I don't understand how I can say carbon to use the proxy. If you have an idea of how I can configure AM to use an entreprise proxy, I will be very happy I don't know if

WSO2 SAML2BearerGrantHandler SAML Token Issuer verification failed or Issuer not registered

痞子三分冷 提交于 2019-12-13 07:38:35
问题 I configured the WSO2 Identity Server to be a Key manager to WSO2 API Manager. This is What I have been done I Created Application in API Manager and Published it. [OK] I Created API and subscribed in the Store. [OK] I am using NodeJS Application as Client Application and Go as a Resource Provider This is the Passport Configuration using passport-saml strategy: passport.use(new SamlStrategy({ path: configSaml.path, entryPoint: configSaml.entryPoint, issuer: configSaml.issuer, decryptionPvk:

WSO2AM analytics 2.1 - null value in column “os” violates not-null constraint

随声附和 提交于 2019-12-13 07:25:22
问题 using WSO2AM 2.1 with analytics (I believe version 2.1 too) we have following exceptino in the aalytics' server log: ERROR: null value in column "os" violates not-null constraint Caused by: java.sql.BatchUpdateException: Batch entry 4 INSERT INTO API_REQ_USER_BROW_SUMMARY (api, version, apiPublisher, tenantDomain, total_request_count, year, month, day, requestTime, os, browser) VALUES ('agenda.city', '0.0.1', 'admin', 'carbon.super', 153, 2017, 8, 15, 1502794641000, NULL, NULL) ON CONFLICT

WSO2 API Manager - Error changing admin password

爱⌒轻易说出口 提交于 2019-12-13 07:16:42
问题 I have 2 Stores, 2 Publihser, 2 Gateway Workers, 1 Gateway Manager working with a SVN Synchronizer. When I'm using default user and passaword (admin:admin) everething works weel. But When I change using [1], and I try publish a API, I receve this error: TID[-1234] [AM] [2016-07-15 15:45:29,735] INFO {org.apache.synapse.mediators.builtin.LogMediator} - STATUS = Message dispatched to the main sequence. Invalid URL., RESOURCE = / At Publisher node shows "Sample API is Deploying" forever. 来源:

Reading Dynamic query parameter in WSO2 APIM

梦想的初衷 提交于 2019-12-13 07:16:06
问题 I am using wso2 APIM 1.8 for rest to soap conversion. My rest resource for GET is defined as follow in publisher /add?* so it will have any number of query parameters e.g /add?a=1& b=3 or /add?a=1&b=2&c=3 what my requirement is I want to read these dynamic(some parameters are optional) values(a,b,c etc) in the extended in sequence and used that value in payload factory mediator to create the soap payload.How it is possible to read these values? 回答1: After going through the ESB doc1 found that

wso2am-2.0.0 - error on server console while saving a subscription tier by admin

て烟熏妆下的殇ゞ 提交于 2019-12-13 06:45:20
问题 I am getting following error when I try to create a new subscription tier using admin credentials in wso2am -2.0.0. And, there is no error on screen. When I use this tier while subscribing to an API, there is no API blocking happening on exceeding the rate limit defined. [2016-09-26 12:18:49,097] INFO - CarbonAuthenticationUtil 'admin@carbon.super [-1234]' logged in at [2016-09-26 12:18:49,072+0530] [2016-09-26 12:18:49,907] ERROR - RPCMessageReceiver Illegal char <:> at index 2: /D:/WSO2

Not able to install XACML and XACML Mediation in WSO2AM-2.5.0

不问归期 提交于 2019-12-13 04:40:53
问题 I am following this link I am stuck on this point given below e) Scroll down and find the XACML related features and install the features to the API Manager as shown below. I am not able to get "XACML Mediation" in wso2AM-2.5.0 And one more thing If any one know every step how to create API in API manager to access XACML policy. I followed many links but i got stuck many point like method parameter, end point of sandbox or production, access token. If any one know every step with clarity then

WSO2 AM access token expires after one access time

戏子无情 提交于 2019-12-13 04:16:45
问题 I setup IS as Key Manager for API-M, then I use Postman to get the access token from IS with Client Credential Grant Type. However, the above token can be only used for the 1st request only. I used it with the second request, I found following It seem like the token expired after one access time. Is there any document explains about this, and what should I change ? 回答1: The issue come from the different time set up on the servers of API-M and IS. With the first time the request comes, I

How to fix “None of the audience values matched the tokenEndpoint Alias https://172.28.1.101:9444/oauth2/token”?

六月ゝ 毕业季﹏ 提交于 2019-12-13 03:48:45
问题 I am setting up WSO2 API Manager and secure API with self contained access token (JWT). Here's a link i followed to protect your APIs with self contained access token (JWT) using WSO2 API Manager and WSO2 Identity Server. I am getting JWT token from the WSO2 identity server. But when I tried to get access token using the JWT token from WSO2IS, I am getting following error HTTP/1.1 400 Bad Request X-Frame-Options: DENY X-Content-Type-Options: nosniff X-XSS-Protection: 1; mode=block Date: Thu,

ORA-12705 NLS_LANG error when deploying Oracle as database for WSO2 APIM

元气小坏坏 提交于 2019-12-13 03:45:33
问题 I'm facing an issue when setting WSO2 APIM databases with Oracle. When I launch the WSO2 APIM server, I get the fllowing error : ORA-12705: Cannot access NLS data files or invalid environment specified I don't know how to solve this. My environment is Oracle Database 11g R2 WSO2 APIM ojdbc6 ojdbc14 (I tried both) Here's what I've tried 1. select userenv('LANGUAGE') from dual; The result is : FRENCH_FRANCE.AL32UTF8 I changed the Windows registry value of NLS_LANG to the above value In