pyspnego
pyspnego copied to clipboard
Python SPNEGO authentication library
This is a fix for NTLM authentication for user account with no password. We encountered this regression in pywinrm after requests-ntlm was updated to 1.2.0.
Good Morning, I would like to understand if with pyspnego is possible to reuse kerberos tickets coming from Operating system cache , in the case of Linux from the KEYRING...
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...