Windows身份验证在Chrome中无效

时间:2016-05-11 12:14:51

标签: google-chrome authentication asp.net-mvc-5 windows-authentication ntlm

在我的MVC5应用程序中,Windows身份验证无效。 当在IE中打开应用程序时,它会在访问应用程序时每次(在清除临时数据,缓存,cookie之后)提示输入凭据。

在IIS中,完成以下配置,

  1. 启用Windows身份验证
  2. 禁用匿名身份验证
  3. 在身份验证下 - > Windows身份验证 - >仅启用NTLM。
  4. 在Web.config中

    <location path="Home">
    <system.web>
      <authorization>
        <deny users="*" />
        <allow users="?" />
      </authorization>
    </system.web>
    

    <authentication mode="Windows">
    </authentication>
    

    现在问题是,Chrome在访问应用程序时根本不需要凭据

1 个答案:

答案 0 :(得分:4)

经过一些分析,我发现有一些chrome.exe在后​​台运行。杀死任务Windows Authentication后可以使用Chrome