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 […]
Secured BE
WSO2 ESB can be used for implementing various security patterns in your SOA. It supports message level security with WS-Security specification. In this blog post, we are going to use WSO2 ESB to invoke a secured BE service. Lets assume BE service is secured with WS-Security Policy. Policy contains both signature and encryption and […]