Enterprises are inherently complex, comprising of hundreds of applications with completely different semantics. Some of these applications are custom built, where as some are acquired from third parties and some even can be a combination of both and they can be operating in different system environments.
WSO2 VMware Images helps you to try our products inside your virtualized environments without having to go through the trouble of installation and configuration. Download an image and get your hands on cutting edge, lightweight SOA middleware right away!
WSO2 Governance Registry is a product from WSO2 that facilitates you to govern the SOA platform of your organization by helping you store and manage SOA meta data. The product is free and open source with Apache licence and you can download it from http://wso2.org/projects/governance-registry
Hello, Just use this link is
Hello,
Just use this link is helpful but my proxy is not a REST proxy. However you just have to create a sequence
that call this class before sending the request to the end point (Client --> ESB --> LDAP verification or store --> forward if authentication or 401 reponse else)):
http://wso2.org/library/knowledge-base/converting-http-basic-authentication-ws-security-username-token
Thanks, but that link only
Thanks, but that link only talks about basic authentication. What we are looking for is the more secure challenge/response digest authentication
HI It is better if you could
HI
It is better if you could ask this from 'Identity Server Forum'. Just asks that 'how to use the axis2 client to talk to a digest authentication secured service'. if it needs only a set of properties, HTTP headers, etc., they you can do that by using existing mediators(header or property mediators). Otherwise, you may need to write a custom mediator.
Thanks
Indika
May be you need to add
May be you need to add ws-security using username/password token on soap header but it depends on what you need to secure : Transport ? soap payload just authorization or access control.
In my use case I use basic authentication but the next step is to foward a token like saml in secure transport lecel https.
So what do you really need ?