I'm using asp.net FormAuthentication and a custom role manager. I would like to add a custom Identity to the User object so I can store some custom user data in the User object and still have all the roles functionality.
I'm kind of confused as to where I should be doing this (which global.asax method) how should I update the RolePrincipal object? I can't seem to find any information of this.