Description
Adds CredSSP authentication support to HTTPS calls made through Python Requests. It is mainly used by tools that connect to Windows or enterprise services where CredSSP is required for delegated authentication.
Developers and administrators use it as a library, usually inside remote-management automation. CredSSP handles sensitive credentials, so confirm the target host, TLS validation, and delegation settings before using it.