RolePrincipal vs Custom Principal

L

LetoLtd

I have a custom IPrincipal class that I setup and put into Context.User
in the Application_AuthenticateRequest, all works fine.

However when I check the HttpContext.Current.User in a page my Custom
IPrincipal has been overwritten by the RolePrincipal class, how do I
stop it doing this?

Thanks
 
L

LetoLtd

Its ok found the answer in this group - use the postauthenticate
event!! works fine.
 
D

Dominick Baier

well - you end up with a RolePrincipal because RoleManager is enabled - just
disable it and you don't have to "hack" your way trough...

<roleManager enabled="false" />
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,766
Messages
2,569,569
Members
45,045
Latest member
DRCM

Latest Threads

Top