wso2-am

Wso2 apiman 3.0.0 Error: INVALID REQUEST, invalid_callback

…衆ロ難τιáo~ 提交于 2020-03-04 15:33:21
问题 I want to start the apimanger in my windows laptop, and access it with this url https://dev.apigw.org:9443/publisher This is the error page I see: I made the below changes as per wso2 300 documentation (self signed certificate): https://apim.docs.wso2.com/en/latest/reference/config-catalog/ What change should I do in the below process , so I can avoid INVALID REQUEST / INVALID_CALLBACK? https://apim.docs.wso2.com/en/latest/reference/config-catalog/ :: wso2 installed. Security folder cd C:

WSO2 API Manager (1.9.0) - Set Expire Date/Validity Time Via cURL

倾然丶 夕夏残阳落幕 提交于 2020-01-25 10:57:20
问题 When using the WSO2 AM via the Store it is possible to set a Validity Time, so that the access token expire time can be increased/decreased. Is it possible to set the Validity Time via cURL when generating a new token? E.g. Normal token generation command: curl -k -d "grant_type=client_credentials" -H "Authorization: Basic userToken, Content-Type: application/x-www-form-urlencoded" localhost:8243/token {"scope":"am_application_scope default","token_type":"bearer","expires_in":1367,"access

WSO2 APIM 3.0.0 MB STORE database

只谈情不闲聊 提交于 2020-01-25 08:55:06
问题 I try to install a WSO2 3.0.0 APIM instance with the traffic-manager profile. Is it possible to configure the MB_STORE datasource to a mysql configuration through the deployment.toml file ? The master-datasources.xml is always overrided at startup with the default h2 database for the MB_STORE datasource. 回答1: You can configure the MB source datasource by adding following configurations in <AM-home>/repository/conf/deployment.toml: [[datasource]] id = "WSO2_MB_STORE_DB" url = "jdbc:mysql://<ip

Setting up WSO2 API Manager and API Manager Gateway profile

南笙酒味 提交于 2020-01-24 22:23:25
问题 After talking to one of the experts at WSO2, they suggested me the best setup architecture for my requirement, which is provided below, would be to setup API Manager and same API manager package (wso2am-linux-installer-x64-3.0.0.deb) with only gateway profile activated in Server 2 so that the API manager can communicate with the server for access and publishing the API. Server 1 : Cloud VPS for API Manager Server 2 : On-site Server for Production and Sandbox API. However, refering to the

Is it advised to use different database for identity,shared,bps,consent & metric db in wsois 5.9.0?

北城余情 提交于 2020-01-24 22:06:43
问题 Is it advised to use different database for identity,shared,bps,consent & metric db in wsois 5.9.0? how to configure consent and metric db? I am trying this configuration: [user_store] type = "database" TenantManager="org.wso2.carbon.user.core.tenant.JDBCTenantManager" ReadOnly=false ReadGroups=true WriteGroups=true scim_enabled = true #enabling scim apis [database.user] url = "jdbc:mysql://localhost:3306/regdb?useSSL=false" username = "regadmin" password = "regadmin" driver = "com.mysql.jdbc

WSO2 API Manager ERROR_CODE = 101503, ERROR_MESSAGE = Error in Sender

独自空忆成欢 提交于 2020-01-24 20:56:05
问题 I configure the API Manager 1.7.0 on windows 7 64 Bits and try to deploy the sample wiki. As the script didn't work in windows I did the procedure manually, as was described in the quick-start, in fact, the most simple sample showed in the quick-start doesn't work https://docs.wso2.com/display/AM170/Quick+Start+Guide#QuickStartGuide-CreatinganAPI the problem is the same. I was able to publish the API, even more, I tried to test the production end-point with the API Manager wizard, and the

SSL-Connection causes javax.net.ssl.SSLException: hostname in certificate didn't match (WSO2 Api Manager / Tomcat)

给你一囗甜甜゛ 提交于 2020-01-21 15:21:46
问题 I am currently setting up a dockerized WSO Api Manager. We have got a wildcard certificates for our domain. I successfully transformed it into a java keystore and replaced the two jks files. When I open the API manager, I get no ssl warnings and the browser marks my connection as secure. When I try to login I get an error : In the log files I get : TID: [-1234] [] [2017-03-24 11:37:55,305] INFO {org.apache.axis2.transport.http.HTTPSender} - Unable to sendViaPost to url[https://localhost:9443

SSL-Connection causes javax.net.ssl.SSLException: hostname in certificate didn't match (WSO2 Api Manager / Tomcat)

孤人 提交于 2020-01-21 15:21:28
问题 I am currently setting up a dockerized WSO Api Manager. We have got a wildcard certificates for our domain. I successfully transformed it into a java keystore and replaced the two jks files. When I open the API manager, I get no ssl warnings and the browser marks my connection as secure. When I try to login I get an error : In the log files I get : TID: [-1234] [] [2017-03-24 11:37:55,305] INFO {org.apache.axis2.transport.http.HTTPSender} - Unable to sendViaPost to url[https://localhost:9443

Callback URL is not working in Sample Billing Engine WSo2 AM

好久不见. 提交于 2020-01-17 01:23:12
问题 I tried integrating sample Billing Engine in WSO2 API Manager. Everything was working fine till Subscription. Redirection to store after signup is not working. I am following the steps from below URL. Please guide me. By default, impl jasr was pointing to 5.0.4 snapshot. Since it's not available i am referring to 6.0.3. http://wso2.com/library/articles/2016/07/article-enabling-monetization-of-apis-with-wso2-api-manager/ Also, I have installed wso2 in ubuntu and given the jkspath as carbon

About WSO2 API Manager data sources

此生再无相见时 提交于 2020-01-15 05:25:47
问题 I'm performing WSO2 API manager + Analytics 2.0 POC now. When i change datasource from H2 to Oracle, in wso2am-2.0.1-SNAPSHOT, there are 2 data source config files: master-datasources.xml & metrics-datasources.xml, according Installing and configuring the databases, there should be WSO2AM_DB, WSO2UM_DB and the WSO2REG_DB datasource configurations, but i just find WSO2_CARBON_DB & WSO2AM_DB, so my questions are Is WSO2_CARBON_DB = WSO2UM_DB + WSO2REG_DB ? for WSO2_METRICS_DB , according