Posts for ad


  • MVC Windows Authentication with AD Groups

    When working with Windows auth and using AD groups to manage authorization in an MVC application, performance can be terrible and changing environments is just not friendly with the out of the box authorization attributes in MVC. Below are a couple tricks I use to make things works faster and more dynamically.