devproxy icon indicating copy to clipboard operation
devproxy copied to clipboard

Implement NTLM-SSM/SPNEGO authentication

Open moriyoshi opened this issue 5 years ago • 0 comments

Fixes #1 and #11.

TODO

  • https://github.com/Azure/go-ntlmssp/blob/master/negotiator.go#L30 does not handle Proxy-Authorization. Patch required.
  • https://godoc.org/gopkg.in/jcmturner/gokrb5.v5/client#Client.SetSPNEGOHeader does not handle Proxy-Authorization. Patch required.

moriyoshi avatar Aug 10 '20 02:08 moriyoshi