gpt4 book ai didi

asp.net-mvc - 如何在没有提示的情况下为 Google Chrome 启用自动登录

转载 作者:可可西里 更新时间:2023-11-01 13:29:42 24 4
gpt4 key购买 nike

我们需要访问名为“http://mysite/myapp”的内部网站。

并且通过使用 IE,每个域用户都可以在没有任何提示的情况下访问该站点。

但是,如果用户尝试使用 Chrome,首先会显示登录提示。仅输入一次凭据后,不再出现访问提示。

我只是想知道有什么方法可以避免在 Chrome 上出现首次登录提示。

而且我们不希望任何 chrome 浏览器设置或每个用户的白名单快捷方式。因为我们无法一一处理许多用户的 Chrome。

我们将不胜感激。

谢谢。

最佳答案

检查此 Chromium 文档中集成身份验证的详细信息:

http://www.chromium.org/developers/design-documents/http-authentication

With Integrated Authentication, Chrome can authenticate the user to an Intranet server or proxy without prompting the user for a username or password. It does this by using cached credentials which are established when the user initially logs in to the machine that the Chrome browser is running on. Integrated Authentication is supported for Negotiate and NTLM challenges only.

基本上,使用这些开关执行 Chrome 以指定身份验证方案:

Chrome.exe --auth-server-whitelist="MYIISSERVER.DOMAIN.COM" --auth-negotiate-delegatewhitelist="MYIISSERVER.DOMAIN.COM" --auth-schemes="digest,ntlm,negotiate"

关于asp.net-mvc - 如何在没有提示的情况下为 Google Chrome 启用自动登录,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29025567/

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