Most documentations I find including the IBM connection Wiki page does not talk about implementing SSO between Java EE app and Connections.
Has anyone ever achieved this?
In the past I did manage to get away with it using CredentialVault
with WebSphere portal, but it looks like getting SSO to work on a standard Java EE app is a mission. How do one resolves this issue?
The basic auth is slow and make the app to be clanky if you will be issuing multiple requests to connections.
Any one who knows a blog about this or a documentation please share.