pyspnego icon indicating copy to clipboard operation
pyspnego copied to clipboard

NTLM challenge response not accepted

Open aa403 opened this issue 6 months ago • 8 comments

Hi - I'm running a fastapi server which needs to validate ntlm auth from a client.

using spnego.server (set up like the unittests show), the initial negotiation works fine, but when the client (in this case google chrome) returns the challenge response (the second hash), the server.step call throws the following error:

"Input message was not a NTLM Negotiate message"

any ideas?

aa403 avatar Aug 22 '24 22:08 aa403