meteor - NTLM Authentication Failure, 'www-authenticate': 'Negotiate, NTLM' -


i'm writing meteor.js application , need authenticate ntlm server. think i'm of way there; workflow follows:

  1. send request server ntlm type 1 message under 'www-authenticate' header,
  2. receive (401) response ntlm type 2 message under 'www-authenticate' header (looks 'www-authenticate': 'ntlm tlrmtvn....'),
  3. send request server ntlm type 3 message under 'www-authenticate' header,
  4. receive (401) response header 'www-authenticate': 'negotiate, ntlm'.

this i'm confused; @ step 4, i'd expect receive 200 ok status based off of i've read. however, instead receive 'negotiate, ntlm' in www-authenticate header, i'm not sure about. has else experienced ntlm? on right track here, or indicative totally wrong?

edit: before asks, yes, did see this question, in case, have verified credentials correct. i'd know triggers 'negotiate, ntlm' header.

are communicating iis server. 'negotiate ntlm' headers sent client server when both kerberos , ntlm possible , server wishes tell client that. if using iis server, can try changing windows authentication type ntlm only.

alternatively, can enable request tracing module on iis , see requests being transferred. log has sufficient data understanding issue.

hope helps.


Comments

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -