在Chromium浏览器中使用生成的Kerberos票证


9

是否有人在Chromium中使用通过kinit生成的Kerberos票证来对网站进行身份验证很幸运?

我工作的公司支持对内部网站的Kerberos身份验证,并且能够通过配置network.negotiate-auth.delegation-uris和network.negotiate-auth.trusted-uris将Firefox配置为使用生成的Kerberos票证,但是我不这样做我是否/如何在Chromium中做到这一点...


您仍在寻求帮助还是解决了这个问题?如果此问题不再适用,那么您可以将其删除,或者在解决问题后自己回答。谢谢!
Covernail

Answers:


8

Chromium的身份验证选项在http://dev.chromium.org/developers/design-documents/http-authentication中进行了描述

对于Kerberos,您需要命令行选项 --auth-server-whitelist=.example.com

在Ubuntu中,您可以将此命令行选项添加到文件中 /etc/chromium-browser/default


同样的标志也适用google-chrome
andilabs

我认为命令行选项已消失,您需要切换到策略。dev.chromium.org/administrators/linux-quick-start
Marek Grzenkowicz
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.