Imported from the CodePlex archive for reference purposes. Support for MvcCodeRouting has ended.
Commented on
I just attempted to add Active Directory role based authorization to my MvcCoderouting ApiController (.NET Framework 4.0) by decorating my actions with the [Authorize(Role=@"domain\ADgroup")] attribute.
I am in an Intranet environment (Domain controller/Web Server on Domain) and have checked my web.config for the following: