gpt4 book ai didi

ASP.NET MVC 3 允许基于 AD 组访问内网站点

转载 作者:行者123 更新时间:2023-12-02 22:32:48 24 4
gpt4 key购买 nike

有没有一种方法可以允许基于 AD 组的站点范围访问我的 Intranet 站点,而不必在每个 Controller 上使用 [Authorize] 属性?

我正在使用 Windows 身份验证。

最佳答案

在webconfig中使用

 <system.web>
<authentication mode="Windows">
</authentication>
<authorization>
<allow users="groupname"/>
<deny users="*"/>
</authorization>
</system.web>

关于ASP.NET MVC 3 允许基于 AD 组访问内网站点,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11951307/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com