We are looking to adopt WSO2 , Just curious to know whether WSO2 supports Single-Sign Out feature or not. If you can help me to find this answer would be great. Thanks
Yes, the latest WSO2 IS supports single sign out
https://docs.wso2.com/display/IS580/OpenID+Connect+Single+Logout
Yes, WSO2 IS supports single sign out.
You can refer docs pointed at [1] and [2] for this. Also, you can try out this with samples provided in [3].
[1] https://docs.wso2.com/display/IS580/OpenID+Connect+Single+Logout
[2] https://docs.wso2.com/display/IS580/Configuring+SAML2+Web+Single-Sign-On
[3] https://github.com/wso2/samples-is
Related
I'm trying to figure out how to get two wso2 identity servers to trust each other.
The wso2 documentation shows a great article about WHAT I want to set up here:
http://docs.wso2.org/display/IS450/Decentralized+Federated+SAML2+IdPs
but includes exactly 0 information about HOW to make it work!
Any help would be greatly apreciated.
Yes... It has not been added to doc... i am not sure about it.. However, there is a blog post about this. You can try out it.. I guess it may work.
I am doing some POC using WSO2 ESB and other stack. I have seen different expression for property files in some examples scenario.
i.e. expression="get-property('registry','conf:/test.xml')"
expression="$ctx:customerID"
can anyone tell me where i can find all these expression syntax.
Expressions are about retrieving the value. These will be useful,
http://rajikak.blogspot.com/2010/04/xpath-functions-and-properties-avilable.html
http://docs.wso2.org/display/ESB470/Mediators
The second points to official documentation of WSO2 ESB where each mediator is explained in detail.
Below link explain all the expression we need to access the message passing through the ESB.
http://docs.wso2.org/display/ESB470/Properties+Reference
We are trying to implement CORS support in our APIs, and it we are getting an error from API Manager that is exactly the same as what is described here.
We are using API Manager 1.3.
Can someone confirm that there is no way to support OPTIONS with API Manager 1.3? We don't want to upgrade to 1.4 at this time.
There was another issue which we found when using PUT and OPTIONS method from APIs as described in [1].
This was fixed with AM 1.4.0.Hence better option is to upgrade to 1.4.0 as it contains fix for both your mentioned issue and mine mentioned one.And additionally AM 1.4.0 contains several new features with it.
[1] https://issues.apache.org/jira/browse/SYNAPSE-919
Thanks;
A lot of good forums explain how to create the PIP in WSO2IS v 3.2.3 http://xacmlinfo.com/2011/12/18/writing-jdbc-pip-module/ and http://blog.facilelogin.com/2011/04/xacml-policy-information-point.html
I tried the first link and everything works for me.
However version WSO2 4.1.0 which supports XACML 3.0 (for which I use it) does not allow the same way of PIP creation , it does not have entitlement-config.xml, how to create PIP in WSo2IS version 4.1.0 , maybe anyone knows ?
Thank you !
There are some config file and API changes with Identity server 4.x.x version. It seems to be that blog post has been updated by mentioning it [1]. Please check it again. However you can find the sample from here [2]
[1] http://xacmlinfo.com/2011/12/18/writing-jdbc-pip-module/
[2] https://svn.wso2.org/repos/wso2/carbon/platform/branches/4.0.0/components/identity/org.wso2.carbon.identity.samples.entitlement.pip/
You would have to use CARBON_HOME/repository/conf/security/entitlement.properties to add your attribute finder and the properties required.
The blog post [1] would be helpful if you are using 4.x.x
[1] http://blog.ashansa.org/2013/09/write-simple-jdbc-pip-attribute-finder.html
I'm looking at WSO2 ESB samples http://docs.wso2.org/wiki/display/ESB460/ESB+Samples+Setup
It tells me to use "./wso2esb-samples.sh -sn " to start ESB with different configurations. But I couldn't find wso2esb-samples.sh anywhere... How should I start ESB with different configuration?
And a side question, if I want to start ESB with multiple configrations, how should it be configured?
Thanks in advance!
It is located inside <ESB_HOME>/bin directory.
Samples are given to provide information regarding the common use-cases and to provide the experience the different features of the WSO2 ESB. Yes, you can configure the ESB with different configuration depend on your requirement, for that you can follow our ESB doc which gives all the information that you required...
Thanks,
Mohan