I'm trying to implement a custom authentication provider according to the example in the FAQ (http://www.episerver.com/templates/faq____977.aspx). I get it to run as expected but the e.Principal does not seem to set the Context.User object correct.
The login is accepted but the information I set in my GenericPrincipal is ignored. Context.User.Identity.Name is set, but it is set to the name I entered in the login form, no matter what value I set in my authentication provider.
Does anyone recognise this problem?
/Jan