集成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?
I在网络上已经看到一些表明存在问题的信息,因此您需要在每个客户端浏览器中都采用一种解决方法- http://codebetter.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.