NTLM authentication to AD FS for non-IE browser without 'Extended Protection' switched off?

后端 未结 2 1105
面向向阳花
面向向阳花 2021-01-05 12:18

When using NTLM authentication to AD FS 2.0, from Google Chrome or Firefox 3.5+ running on Windows, then this results in a repeated sign-in dialog and finally sign-in failur

2条回答
  •  迷失自我
    2021-01-05 12:56

    Extended Protection was designed to prevent kerberos ticket replay attacks.

    As I understand it, it works in IE because the default for ADFS is Windows Integrated Authentication which IE handles "under the hood".

    When I investigated this a while back, if I remember correctly, there is a workaround for Firefox.

提交回复
热议问题