Hi all, this is a complicated one!
Has anyone tried to use ltpa tokens for authentication to a web service. For instance, I have a domino web service which needs to be consumed by a client web application written in Java.
The scenario is that the user has previously authenticated with domino (in another java app), and the ltpatoken cookie is stored on their browser.
What I want to do is have my java client app access the ltpatoken cookie, pass it somehow to the domino web service, and use it to authenticate.
Does anyone have any bright ideas? thanks in advance!