401 - 未经授权在IE7中只使用Windows身份验证。未经授权、身份验证、Windows

2023-09-08 12:18:37 作者:拼命菇涼@

我创建一个使用一个内部网站Windows身份验证

I've created an intranet site that uses windows authentication

在Chrome浏览器,我可以访问该网站瞬间,并在FF它需要Active Directory登录。 但随着IE7我收到以下错误:

In chrome I can access the site instantly, and in FF it requires Active Directory login. But with IE7 I'm getting the following error:

401 - 未经授权:访问由于凭据无效被拒绝。 您没有权限使用您提供的凭据查看该目录或网页。

401 - Unauthorized: Access is denied due to invalid credentials. You do not have permission to view this directory or page using the credentials that you supplied.

林不能确定为什么它在其他浏览器不错,但不是IE浏览器? 任何帮助AP preciated。

Im unsure as to why its okay in other browsers but not IE? Any help appreciated.

感谢

推荐答案

IE浏览器使用Kerberos并没有回落的NTLM像Chrome和Firefox。您必须按照以下步骤强制IIS7.5 NTLM身份验证:

Solution:

IE is using Kerberos and not falling back on NTLM like Chrome and Firefox. You must force NTLM authentication in IIS7.5 by following these steps:

选择您的网站。 双击认证。 选择Windows身份验证(确保已启用)。 在右侧栏中点击供应商......。 选择NTLM,然后单击上移。

链接: Windows身份验证在IE7