Hi,
I have two production portals. The first one uses spnego to authenticate users, the second one doesn't.
All users go to the first portal and in the home page there is a login form to access the second portal. Both servers are in the same domain. When the user logs into the second portal, the MYSAPSSO2 cookie is overwritten but I don't have a problem with that because I import the verify.der into the first one. But when I logoff from the second portal, the MYSAPSSO2 cookie is deleted causing the first portal to request authentication when I click any link to display a portal/KM file in a new window.
My questions are:
Can I restrict the MYSAPSSO2 cookie only for the first portal server, and when I logon into the second portal create it's own and separate MYSAPSSO2 cookie?.
Can I force to relogin using spnego when the user recieves an empty MYSAPSSO2 cookie? How I do that?
Thanks a lot!