I am having an issue with my Request.IsAuthenticated always return false. I am setting the AuthCookie
CurrentRequest currentRequest = null; if (Url
I replaced my authentication section with this sample that a sample that I found here. It is working now.