wso2

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

Is OpenId Connect response_type id_token supported by WSO2 Identity Server 5.0

时光怂恿深爱的人放手 提交于 2020-01-21 09:22:26
问题 I'm trying to implement OpenId Connect in an SPA application with WSO2 Identity Server 5.0.0. I'm trying to use Implicit Flow but I always received an error from the identity server. GET Request: https://idserver:9443/oauth2/authorize?response_type=id_token& client_id=abcd& redirect_uri=https%3A%2F%2Flocalhost%3A44326%2F Error Response: invalid_request, Invalid response_type parameter value Is response_type=id_token supported? 回答1: With WSO2 Identity Server 5.0.0 OpenID Connect "id_token"

WSO2 ESB task (scheduler) doesn't work

别来无恙 提交于 2020-01-17 11:16:29
问题 I have to send XML message to my jms proxy service (service receive and send back message over JMS) with ESB Task (scheduler). I tried 2 solutions. 1 solution In added task I fill: message -> my XML injectTo -> set 'proxy' proxyName -> my proxy name The result is that, my jms proxy receive the message but without JMS_Corelation (I guess the message is send local in ESB) and I get that error: Unexpected error sending message back org.apache.axis2.AxisFault: Transport out has not been set at

WSO2 ESB task (scheduler) doesn't work

為{幸葍}努か 提交于 2020-01-17 11:16:07
问题 I have to send XML message to my jms proxy service (service receive and send back message over JMS) with ESB Task (scheduler). I tried 2 solutions. 1 solution In added task I fill: message -> my XML injectTo -> set 'proxy' proxyName -> my proxy name The result is that, my jms proxy receive the message but without JMS_Corelation (I guess the message is send local in ESB) and I get that error: Unexpected error sending message back org.apache.axis2.AxisFault: Transport out has not been set at

Change AssertionConsumerServiceURL in AuthnRequest in WSO2 IS

我怕爱的太早我们不能终老 提交于 2020-01-17 05:38:08
问题 My SAML request from WSO2 to my IdP contains the port still in the AssertionConsumerServiceURL in the AuthnRequest. I am running the system behind a reverse proxy and need to change this URL. Please help, I cannot find it in any configs, thank you 回答1: To change the hostname : Set the "MgtHostName" value to your hostname at repository/conf/carbon.xml To change the port : Add proxyPort="443" attribute to the HTTPS connector element at the repository/conf/tomcat/catalina-server.xml 回答2: In

WSO2 Installation error

ⅰ亾dé卋堺 提交于 2020-01-17 05:02:50
问题 Hoping you can help, I've installed WS02 EMM product on our server. I've followed the instruction on setting the SMTP setting etc... I've gone to start the service and I get the following error. C:\Windows\system32>cd C:\wso2emm-2.0.1\wso2emm-2.0.1\bin C:\wso2emm-2.0.1\wso2emm-2.0.1\bin>wso2server.bat JAVA_HOME environment variable is set to C:\Program Files\Java\jre1.8.0_92 CARBON_HOME environment variable is set to C:\WSO2EM~1.1\WSO2EM~1.1\bin\.. Java HotSpot(TM) 64-Bit Server VM warning:

configure WSO2 IS server to send token in pre-configured format instead of SAML response?

為{幸葍}努か 提交于 2020-01-17 02:19:48
问题 I am using WSO2 Identity management server(WSO2 IS) for SSO . Once user is authenticated ID server sends the SAML response to webapp. I want WSO2 IS to send token in pre-configured format(like user_name and user_role) to be sent instead of SAML reponse. 回答1: WSO2IS acts according to the SAML2 SSO specification, Therefore username and user's attributes can be found inside the SAML2 Assertion as attribute statement. There is no flexibility to customize it. But, if you do not like SAML2 SSO (As

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

WSO2 API Manager: chpasswd.sh does not work when using external database

大憨熊 提交于 2020-01-17 01:18:41
问题 When using the script ./chpasswd.sh to change the admin password, it reads all the jar files to setup a classpath. But it does NOT read the $CARBON_HOME/repository/components/lib/*.jar files. In this directory you put the ojdbc6.jar file when you use a database such as Oracle. When I copy the ojdbc6.jar file into $CARBON_HOME/repository/lib directory, the script works. My command is: ./chpasswd.sh --db-url "jdbc:oracle:thin:@localhost:1521:orcl" --db-username wso2carbon -db-password

WSO2 API Manager: chpasswd.sh does not work when using external database

北城以北 提交于 2020-01-17 01:18:05
问题 When using the script ./chpasswd.sh to change the admin password, it reads all the jar files to setup a classpath. But it does NOT read the $CARBON_HOME/repository/components/lib/*.jar files. In this directory you put the ojdbc6.jar file when you use a database such as Oracle. When I copy the ojdbc6.jar file into $CARBON_HOME/repository/lib directory, the script works. My command is: ./chpasswd.sh --db-url "jdbc:oracle:thin:@localhost:1521:orcl" --db-username wso2carbon -db-password