I customize RoleProvider and MembershipProvider classes I would like to add one more property in my @User.Identity, as do so?
I\'m stuck with the implementation of a custom iprincpal and iidentity object. I spend a day now for searching how to implement these right and extend it with more informations.
I am trying to store a whole truckload of information about a user from a webservice.As this is information about the currently authenticated user, I thought it would make sense to store that informat
Here\'s my scenario: I\'ve successfully created a custom IIdentity that I pass to a GenericPrincipal. When I access that IIdentity in my controller I have to cast the IIdentity in order to use the cu
I have three current thoughts on how to do this: re-implement AuthenticationService, which uses lots of internal constructors and internal helpers,
I have a basic MVC 2 beta app where I am trying to implement a custom Identity and Principal classes.