Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 529 Bytes

README.rst

File metadata and controls

12 lines (9 loc) · 529 Bytes

requests-negotiate-sspi

An implementation of HTTP Negotiate authentication for Requests. This module provides single-sign-on using Kerberos or NTLM using the Windows SSPI interface.

This module supports Extended Protection for Authentication (aka Channel Binding Hash), which makes it usable for services that require it, including Active Directory Federation Services.

Consult README.md on GitHub for usage instructions.