I\'m working on an application using ASP.NET MVC 1.0 and I\'m trying to inject a custom IPrincipal object in to the HttpContext.Current.User object.
With a traditional
This sounds like a job for a custom Authorization Filter.