I'm preparing a demo of MembershipReboot for my local user group. I'm experiencing a strange scenario whereby the 2 cookies:
- FedAuth; and
- FedAuth1
are being set in the headers of the Response. However, in subsequent Requests, they are not part of the headers. I confirmed this using Fiddler and it explains why User.Identity.IsAuthenticated is always false after successful logins.
Is the anything which may be leading to this weird scenario?
Cheers
I had a few subtle errors in my Web.config file.
In the configSections element
Instead of:
I had:
In the system.webServer > modules element
Instead of:
I had:
For the system.identityModel.services element
Instead of:
I had:
This was tough to diagnose, so always be careful when configuring your application!
MembershipReboot rocks!!!