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 ?