In my previous post, we discussed how we can invoke a user name token secured BE service. Let see, how we could invoke a Basic auth secured service using ESB. This is more easier as we just want to configure ESB property mediator to add Basic authentication header in to out going messages. However […]
Category: HOW TO
How to?
One of the important thing that must be supported by the production IDM system is that horizontal scaling with high availability and reliability. WSO2 Identity server’s achieves the horizontal scaling using clustering mechanism. In this post i am going to explain deploying Identity Server in a cluster. Sometime, you may have gone through online articles and docs […]
In my previous blog post, Lets talk about generating SAML2 metadata manually. But there would be cases that you want to sign the manually created metadata. You can do it using some handy tool called XmlSec Tool. You can download latest version of it from here. Let go through step by step to sign the […]
Lets say, we have a backend web service that has been secured with Username Token security policy and user name token must be sent to access it. But your client application (which is not in this domain), would send user name and password in different manner (not in Username token). Therefore client would not be able to talk […]
WSO2 Identity Server is an open source identity and entitlement management server that you can find lot cross cutting features including technologies like SAML, XACML, OAuth, SCIM, WS* and so on. Sometime, It would be little bit hard to work with Identity Server, specially when you encounter with issues without much descriptions. As Identity Server […]
In SAML metadata profile, It describes how IDP can provides the information about its endpoints, keys, profile support, processing requirements and etc for the service providers as metadata. But some of the SAML2 SSO IDP provider does not support to export its details as SAML metadata. Therefore you may need to create SAML metadata in […]
WSO2 ESB gives an extension points, where users can create their own processing logic in to the message path. One way is implementing a custom mediator (class mediator) where it can be plugged with ESB sequences. We can found lot of docs and blogs on writing a custom mediators. But I just like to summarize all […]
Lets see how we can enable mutual SSL (two-way SSL) for all the proxy services that are deployed in WSO2 ESB Configuring Mutual SSL in ESB Step 1 : Enable mutual SSL for transport receiver of the WSO2 ESB WSO2 ESB uses Pass through transport (or NIO ) for sending and receiving messages. You can […]