First of all are negotiate
, ntlm
and kerberos
three different implementation of windows authentication?
IE sends this:
Authorization: Negotiate YIIFswYGKwYB ...
Firefox sends this:
Authorization: NTLM TlRMTVNTUAADAA ...
Do they use different protocols? If so how to configure iis 7.0 so that only ntlm
would be used?
p.s. iis is configured to use windows auth, but both browsers throw login forms and login only succeeds for firefox.