Federated Identity- Windows Identity Server - disable cookies in the browser
Posted
by vinoj
on Stack Overflow
See other posts from Stack Overflow
or by vinoj
Published on 2010-05-24T17:28:07Z
Indexed on
2010/05/24
17:31 UTC
Read the original article
Hit count: 373
Hello,
I see that Federated Identity stores Security token to a cookie, after its first request to the STS(Secure Token Service). In that case if I disable cookie in my browser, how does it work.
Does the authentication module again connects to the STS to retrieve the user information or will it throw any error ?
Is there any way that I can use federated authentication cookieless ?
© Stack Overflow or respective owner