10

right now I have the security node defined like this:

<security mode="TransportCredentialOnly">
    <transport clientCredentialType="Windows" proxyCredentialType="None" realm="" />
    <message clientCredentialType="UserName" algorithmSuite="Default" />
</security>

Im getting the following error:

The HTTP request is unauthorized with client authentication scheme 'Negotiate'. The authentication header received from the server was 'NTLM'.

StuperUser
  • 10,555
  • 13
  • 78
  • 137
abudker
  • 612
  • 2
  • 9
  • 22

1 Answers1

11

Change your clientCredentialType to "Ntlm".

Pero P.
  • 25,813
  • 9
  • 61
  • 85
JP Alioto
  • 44,864
  • 6
  • 88
  • 112