wso2

Why custom Axis2 version in WSO2?

只愿长相守 提交于 2019-12-24 01:25:49
问题 Well, when developing custom transports for WSO2 ESB I was recommended to use Axis2 version specific to WSO2 (1.6.1-wso2v5). Does anybody know if this version somehow differs from the "standard" 1.6.1 version? And what was the motivation for this "branching"? 回答1: AFAIK this was because some changes were done that was needed for wso2 specific details. Hence a separate wso2 version was created to cater this need. 来源: https://stackoverflow.com/questions/20675753/why-custom-axis2-version-in-wso2

Unable to login to WSO AppFactory

空扰寡人 提交于 2019-12-24 01:19:50
问题 WSO2 experts I downloaded the WSO2 AppFactory, but couldn't login into the web console with admin/admin. Has the default password changed? Regards, Terry 回答1: Please try with the following credentials Username:admin@admin.com password:admin 回答2: If you just tried with a downloaded 'binary' set-up of WSO2 App Factory; this will only allow you to log in to the Carbon admin console of the App Factory (If you just clicked on and visited the URL, that was printed on the server console). This

WSO2 Single Logout implementation

白昼怎懂夜的黑 提交于 2019-12-24 01:15:41
问题 I'm trying to implement WSO2 Single Logout functionality in my java webapp. And I cannot understand this thing: I set SAML Single Logout option for 2 my Issuers. Then I call logout for first Service Provider (SP), IdP redirects it to some logout url with SAML Response, SP gets this request and invalidates http session. Second SP also gets request from IdP with SAML Response, but http session in this request is a session between IdP and SP, and I need to invalidate session between web browser

SSO with signing and signature validation doesn't work

♀尐吖头ヾ 提交于 2019-12-24 01:08:34
问题 I have succesfully configured SSO using WSO2IS 4.6.0 and spring saml grails plugin, but when I enable signing and signature validation like this: I see errors on WSO2 console WARN {org.wso2.carbon.identity.sso.saml.util.SAMLSSOUtil} - Signature Validation Failed for the SAML Assertion : Signature is invalid. DEBUG org.wso2.carbon.identity.sso.saml.util.SAMLSSOUtil} - org.opensaml.xml.validation.ValidationException: Unable to evaluate key against signature WARN {org.wso2.carbon.identity.sso

wso2 samples not working

浪尽此生 提交于 2019-12-24 00:49:10
问题 Been following the instructions at https://docs.wso2.com/display/ESB490/Sending+a+Simple+Message+Through+the+ESB And have successfully got the project to build (and deploy) However, when I go to start the axis server as per the instructions I get the below Microsoft Windows [Version 6.1.7601] Copyright (c) 2009 Microsoft Corporation. All rights reserved. C:\Users\humphriesa>set JAVA_HOME=C:\Programs\Java\jdk1.8.0_92 C:\Users\humphriesa>cd C:\wso2esb-4.9.0\samples\axis2Server C:\wso2esb-4.9.0

client for secured proxy service?

空扰寡人 提交于 2019-12-23 23:26:18
问题 I am trying to implement security to my proxy service. I have taken help for security implementation from this link:http://evanthika.blogspot.in/2012/12/pox-security-with-wso2-esb-proxy.html. My security is implemented and i can invoke it from try it as well but i want to invoke this service through a client but how to do this part i am unable to find. can anyone provide me a sample with respect to this problem? Thanks in advance 回答1: Update: The RampartConfigBuilder class: package org.wso2

WSO2 loss APIs after changes in docker container

纵饮孤独 提交于 2019-12-23 21:54:31
问题 I'm having another problem using WSO2 API Manager 2.0.0: I have installed it in docker using three containers (one for APIM, one for Analytics and one for MySQL) and I replace some configuration files with my custom version (e.g. DB, server name, gateway setup...). Both APIM and Analytics are configured to save data in the MySQL container and I am able to see changes in the DB. The issue is that I cannot find my APIs neither in the publisher nor in the store after the container has been

How to deal with deep level granularization with XACML in enterprise application

你说的曾经没有我的故事 提交于 2019-12-23 19:57:13
问题 I am using IS WSO2 for authorization with XACML. I am am able to achieve authorization for static resource. But I am not sure with the design when it comes to granularization. Example : if I have method like getCarDetails(Object User) where I should get only those cars which are assigned to this particular user, then how to deal this with XACMl? Wso2 provides support for PIP where we can use custom classes which can fetch data from database. But I am not sure if we should either make copy of

WSO2 Synapse: setting a URL parameter

妖精的绣舞 提交于 2019-12-23 19:45:42
问题 I am trying to do something that seems straightforward but can't get it to work. Basically I want the WSO2 API manager to add a URL parameter to a REST call. Setup and Problem I have a WSO2 API manager installed. I also have a Tomcat running with a bogus servlet called someservlet that simply logs anything it receives and returns ok. I have added the servlet as an API in the manager, so I can either call the servlet directly or via WSO2 API mgr. I can run curl http://localhost:8080

How to validate a JWT from WSO2 API Manager

試著忘記壹切 提交于 2019-12-23 12:30:58
问题 What is the recommended way for validating that a JWT was issued by a specific API Manager instance in a case where the backend web service lives on a separate server and needs to be certain that a given request passed through the APIM Gateway authentication and authorization mechanisms? I know that the header fields in the JWT include an 'x5t' field which is an encoded reference to a certificate in the tenant key store, as detailed here: https://asankastechtalks.wordpress.com/2013/12/05