Solutionunvalidated
"WWW-Authenticate: Negotiate" literally means SPNEGO will be used for authentication — on the server side, you're supposed to validate the token using a SPNEGO implementation. Tension: If the client starts by sending an NTLM token instead of Kerberos, that is not because of a missing header. Outcome: you haven't registered a SPN for the server within Active Directory.
15456b30-b9b7-44f9-a56c-598c04eb7216
"WWW-Authenticate: Negotiate" literally means SPNEGO will be used for authentication — on the server side, you're supposed to validate the token using a SPNEGO implementation. Tension: If the client starts by sending an NTLM token instead of Kerberos, that is not because of a missing header. Outcome: you haven't registered a SPN for the server within Active Directory.