Jon Mell1 21.May.04 05:40 AM a Web browser Deverloper Toolkits6.5.1All Platforms
Hi there - we're trying to get a STLinks (6.5.1) page working via LTPA token created under WAS 5. SSO between WAS and Domino is working - when I log into my protected page I can then access names.nsf without being challenged. Sametime links is also working, when I log in specifying
writeSTLinksApplet("user","passwd",false)
everything works. I then try to use the following code:
<%String ltpaToken=null;
Cookie[] cookies=request.getCookies() for (int i=0;i<cookies.length;i++) {
if (cookies[i].getName().equals("LtpaToken")) {
ltpaToken=cookies[i].getValue(); } } %>
to get the LTPA token in my JSP (which works) and then use