Hi,
We've an ADFS server configured for claims authentication. It works fine for all the web applications. When user try to access to the site, it redirects to the ADFS login page i.e. https://ADFS server name/adfs/ls/?wa=wasignin1.0&wrealm=.............
The requirement was to create a custom login page for user authentication. I created the login page (WS-Trust) by referring the link [http://blog.helloitsliam.com/Lists/Posts/Post.aspx?ID=76]. It works fine but the problem is it doesn't generate the SSO cookie i.e. MSISAuth cookie. So when I already have logged in to web application A and try to access web application B (same ADFS server) in a new tab , it asks me to login again.
Is there a way we can generate the MSISAuth cookie through the custom login page so that I can access all the web applications by only one time login?
Thanks in Advance.