使用 Chrome 和 Firefox 进行公司范围的 Windows 身份验证

使用 Chrome 和 Firefox 进行公司范围的 Windows 身份验证

我知道我们可以通过编辑以下 about:config 设置来允许 Firefox 传递 Windows 凭据

--If using Kerberos--
network.negotiate-auth.trusted-uris
network.negotiate-auth.delegation-uris

--If using NTLM--
network.automatic-ntlm-auth.trusted-uris

在 Chrome 中,添加命令行开关

-–auth-negotiate-delegate-whitelist="*example.com"

但是,在公司范围内管理这些问题都很困难。有没有人能解决这个问题?

答案1

不确定您的环境设置,但可以使用组策略来处理。Chrome 和 Chromium 都支持 GPO 中的 AuthServerWhitelist。

您可以在此处找到有关 Chrome GPO 的更多信息和模板:http://www.chromium.org/administrators/policy-list-3

相关内容