wso2

How to implement Oauth2 without sending client_secret in WSO2 APIM

三世轮回 提交于 2020-01-25 02:47:00
问题 I want to get access token without submiting Base64(client_id:client_secret) in the request. I just want to submit the client_id and username and password (Password Grant Type) : public passoword grant type It's called public scheme by IBM. Please quiclky skim through this likn. What I like is to never send the client_secret in an access token request. The image below illustrate it (still IBM). The problem is that WSO2 APIM requests to obtain access token ALWAYS include the Base64(client_id

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

Clustering WSO2 EI ESB profile: some doubts about DBs creation and tables creation inside these DBs?

↘锁芯ラ 提交于 2020-01-24 20:48:47
问题 I am following this official documentation to create a 2 nodes cluster of WSO2 EI ESB profile: https://docs.wso2.com/display/EI650/Clustering+the+ESB+Profile#ClusteringtheESBProfile-Creatingthedatabases and I have the following doubt related the DBs needed to share information between the 2 nodes: First it specify to create the four DBs ( WSO2_USER_DB , REGISTRY_DB , REGISTRY_LOCAL1 and REGISTRY_LOCAL2 ) in this way: mysql> create database WSO2_USER_DB; mysql> use WSO2_USER_DB; mysql> source

Clustering WSO2 EI ESB profile: some doubts about DBs creation and tables creation inside these DBs?

给你一囗甜甜゛ 提交于 2020-01-24 20:48:09
问题 I am following this official documentation to create a 2 nodes cluster of WSO2 EI ESB profile: https://docs.wso2.com/display/EI650/Clustering+the+ESB+Profile#ClusteringtheESBProfile-Creatingthedatabases and I have the following doubt related the DBs needed to share information between the 2 nodes: First it specify to create the four DBs ( WSO2_USER_DB , REGISTRY_DB , REGISTRY_LOCAL1 and REGISTRY_LOCAL2 ) in this way: mysql> create database WSO2_USER_DB; mysql> use WSO2_USER_DB; mysql> source

WSO2 BAM with JMS

寵の児 提交于 2020-01-24 20:08:26
问题 The official BAM documentation states that BAM can receive events over Apache Thrift, REST, HTTP and Web services. Strangely JMS is not in the list ? while both CEP & ESB allow JMS transport. I wanted to know is there anyway JMS can be enabled on BAM,we would like to publish our events over JMS and have BAM pick 'em up from the JMS Queue. 回答1: As a workaround, if you are using ESB with your JMS queue, you can use the BAM mediator in the mediator flow to capture data from the JMS message and

How to migrate from JCAPS to WSO2 ESB

假如想象 提交于 2020-01-24 14:01:47
问题 We are using a JavaCAPS (JCAPS 5.X and 6.X) and want to migrate to WSO2 ESB. Now the question is how we can migrate with as much automatic migration as possible. TThe JCDs can be migrated to a custom mediator class that is being by a WSO2 proxy or sequence. But our main issue is the migration of the different OTD(Object Type Definitions) like DatabaseStockedProcedure, WebService, CustomTextFile, ... Are there any tools or howto guides to convert the JCAPS components to WSO2 compatible

Difference between Proxy Service and API Service in wso2 Esb

不打扰是莪最后的温柔 提交于 2020-01-22 15:28:52
问题 What is the difference between a Proxy service and API service in wso2esb? To expose my service I can give proxy URL and API URL then in which scenario both differs? and in which scenario I can use proxy and in which I can use API? Please help me in understanding.., 回答1: An API has resources so it is suitable when you have to perform multiple operations like CRUD etc. then you can call particular resource which will be performing some particular operation. A proxy service is suitable when you

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