具有身份角色授权的 Active Directory 身份验证

Active Directory Authentication with Identity Role Authorization

我需要一些帮助来启动 MVC 项目。

是否有任何方法可以使用 Windows 身份表来管理角色授权来验证 Intranet MVC 页面上的 Active Directory 用户?

任何指南都会有所帮助,谢谢。

也许我没有理解正确的问题,但是 ASP MVC 和 IIS 支持 windows 使用 NTLM 或 Kerberos 选项的域身份验证。 这样您就可以使用您的域帐户登录到您的内网网站了。

参考这个主题: Windows Authentication for ASP.NET MVC 4 - how it works, how to test it