Extending Windows Authentication in ASP.NET MVC 3 Application
问题 after a lot of googling and reading several solutions on how to manage mixed mode authentication in ASP.NET apps, I still have no fitting solution for my problem. I've got to implement an intranet application for a bunch of different user groups. Until now i've used windows authenthication which was very simple to implement. My problems arise when it comes to authorizing usergroups for special application functionalities. Using [Authorize(Users = "DOMAIN\\USER")] works great but due to that i