httpx_auth icon indicating copy to clipboard operation
httpx_auth copied to clipboard

Negotiate authentication

Open da1910 opened this issue 4 years ago • 2 comments

Adds support for most of the Negotiate and NTLM authentication mechanisms. No current support for Channel Binding Tokens, since it is currently not possible to access the httpx SSLSocketContext via supported means.

PR has been tested with IIS on Windows 10, but should be considered alpha, it has not been tested on any linux distributions.

PR includes unit tests for helper functions, but does not currently include any end-to-end tests, it should be possible to deploy a KDC and protected server in a container, but I have not implemented that so far.

da1910 avatar Aug 25 '21 15:08 da1910

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

sonarqubecloud[bot] avatar Aug 26 '21 16:08 sonarqubecloud[bot]

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
6.7% 6.7% Duplication

sonarqubecloud[bot] avatar Oct 07 '22 11:10 sonarqubecloud[bot]