集成Windows身份验证在FireFox

问题描述:

如果我的ASP.NET应用程序设置为使用Windows集成身份验证ADFS,我知道这会在IE浏览器,但它工作在Firefox?

If my ASP.NET app is set up for ADFS using Windows Integrated Authentication, I know this will work in IE, but will it work in Firefox?

我已经看到了网络上的一些事情表明,有问题的,你需要把一个解决办法在每个客户端浏览器 - http://$c$cbetter.com/blogs/eric.wise/archive/2006/11/16/Note-to-self_3A00_-Firefox-Windows-Authentication.aspx

I've seen some things on the web that indicate that there are problems, and you need to put a workaround in each client browser - http://codebetter.com/blogs/eric.wise/archive/2006/11/16/Note-to-self_3A00_-Firefox-Windows-Authentication.aspx

谢谢
邓肯

这不是一个解决办法。 Firefox将默认不把你的Windows集成凭据到网站。你必须告诉它信任的网站。

It's not a workaround. Firefox will not send your Windows Integrated Credentials to a website by default. You have to tell it to "trust" the website.

您可以显示一个页面,你直接未授权的用户。

You could display those instructions on a page you direct unauthenticated users to.