标签: authentication active-directory authorization asp.net-mvc-5 form-authentication
我正在尝试使用mvc5 c#form身份验证对Web应用程序使用Active Directory身份验证。我已经按照这个例子来使它工作。
http://www.schiffhauer.com/mvc-5-and-active-directory-authentication/
但是,使用此方法AD组授权不会像这样工作
[Authorize(Roles = "Domain\\group_name")]
我是否可以使用扩展类来使其像那样工作?