Hi !
I have an application written in Java which upload and download documents stored in my Livelink by using les-webservices. The first version of my app uses the Authentication service to get a token (base on the Livelink user login and password). Everything works fine in this version.
Now, in a new version, I have to work without the user Livelink ID and password. All I have is an ID and password of a “SiteMinder” (WebSSO).
If I use my webBrowser and go to my Livelink, the SiteMinder catch me, ask me my Site Minder ID/password and then redirect me to Livelink without asking me my Livelink login/password.
I don’t know how to reproduce this in my app. I’m successfully connected to the SiteMinder, I have a cookie but I not know what to do with this cookie to get my webservice token..
Does anyone have an idea ?
Thanks !