wso2

getting cognito acces_token with wso2 esb

ε祈祈猫儿з 提交于 2020-03-25 16:46:30
问题 I'm trying to get access token through AWS Cognito with client credentials but getting something else. I'm doing this in wso2 Enterprise integrator 6.1.0 <payloadFactory media-type="xml"> <format> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/1999/XMLSchema/instance"> <soapenv:Header> <Content-Type xmlns="">$1</Content-Type> <Authorization xmlns="">$2</Authorization> </soapenv:Header> <soapenv:Body/> </soapenv:Envelope> </format>

getting cognito acces_token with wso2 esb

青春壹個敷衍的年華 提交于 2020-03-25 16:46:16
问题 I'm trying to get access token through AWS Cognito with client credentials but getting something else. I'm doing this in wso2 Enterprise integrator 6.1.0 <payloadFactory media-type="xml"> <format> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/1999/XMLSchema/instance"> <soapenv:Header> <Content-Type xmlns="">$1</Content-Type> <Authorization xmlns="">$2</Authorization> </soapenv:Header> <soapenv:Body/> </soapenv:Envelope> </format>

'Provided Authorization Grant is invalid' error while trying to login a dockerized application using wso2

a 夏天 提交于 2020-03-20 14:37:52
问题 I have dockerized our Angular application which have been using WSO2 as API manager . After doing the configurations, i was able to run the application successfully and able to hit all existing api's. The only issue arises when i tried to use oath2/token api for performing login operation of our customer . Even though, the same code was used to perform authentication earlier(before dockerization) without any issues,now i am getting error as { "error": "invalid_grant", "error_description":

'Provided Authorization Grant is invalid' error while trying to login a dockerized application using wso2

爱⌒轻易说出口 提交于 2020-03-20 14:37:51
问题 I have dockerized our Angular application which have been using WSO2 as API manager . After doing the configurations, i was able to run the application successfully and able to hit all existing api's. The only issue arises when i tried to use oath2/token api for performing login operation of our customer . Even though, the same code was used to perform authentication earlier(before dockerization) without any issues,now i am getting error as { "error": "invalid_grant", "error_description":

'Provided Authorization Grant is invalid' error while trying to login a dockerized application using wso2

断了今生、忘了曾经 提交于 2020-03-20 14:33:17
问题 I have dockerized our Angular application which have been using WSO2 as API manager . After doing the configurations, i was able to run the application successfully and able to hit all existing api's. The only issue arises when i tried to use oath2/token api for performing login operation of our customer . Even though, the same code was used to perform authentication earlier(before dockerization) without any issues,now i am getting error as { "error": "invalid_grant", "error_description":

config issues with wso2is 5.9 CustomUserStoremanager

旧街凉风 提交于 2020-03-05 00:31:32
问题 Am trying to get the CustomUserStoreManager, Here I have added below the code for CustomStoreUserManager, I have placed the test_come.xml in userstore folder and added the jar file and mysql driver and jascypt jars to the lib folder. After restarting the server i cant see this in the drop down for add userstore manager list.... <code> <?xml version="1.0" encoding="UTF-8"?> <UserStoreManager class="com.wso2.custom.usermgt.CustomUserStoreManager"> <Property name="url">jdbc:mysql://localhost

config issues with wso2is 5.9 CustomUserStoremanager

牧云@^-^@ 提交于 2020-03-05 00:27:35
问题 Am trying to get the CustomUserStoreManager, Here I have added below the code for CustomStoreUserManager, I have placed the test_come.xml in userstore folder and added the jar file and mysql driver and jascypt jars to the lib folder. After restarting the server i cant see this in the drop down for add userstore manager list.... <code> <?xml version="1.0" encoding="UTF-8"?> <UserStoreManager class="com.wso2.custom.usermgt.CustomUserStoreManager"> <Property name="url">jdbc:mysql://localhost

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:

deployment.toml configuration options

China☆狼群 提交于 2020-03-03 10:27:29
问题 new feature of "WSO IS 5.9.0" is the deployment.toml , but i have not found the configuration options nor the way how one can set the xml config file from this file. For example, if I want to enable in carbon.xml option EnableHTTPAdminConsole, what should one do? [server] hostname = "my.server.com" node_ip = "127.0.0.1" base_path = "https://$ref{server.hostname}:${carbon.management.port}" enable_h_t_t_p_admin_console = true enable_http_admin_console = true EnableHTTPAdminConsole = true does

WSO2: StatisticsClient

喜你入骨 提交于 2020-02-07 09:32:25
问题 How can i use StatisticsAdmin of Application Server My scenario is : i want to get responsetime of a service that deploy on a server(AppServer/DataServer..) and probed by ESB using discoveryproxy of governance regidtry. if is it possible how can i implement it? otherwise i should be get service response time from AppServer in direct using service name. i can create a proxy of ServerAdminMBean using this package and interface import org.wso2.carbon.server.admin.service.ServerAdminMBean but i