HTTP.jl icon indicating copy to clipboard operation
HTTP.jl copied to clipboard

Single Sign-On Functionality

Open DarioHett opened this issue 4 years ago • 1 comments

Authentication options could be extended to incorporate functionality similar to https://github.com/brandond/requests-negotiate-sspi

Julia 1.6.0 HTTP.jl 0.9.12

DarioHett avatar Jul 20 '21 16:07 DarioHett

The python implementation doesn't look too complicated (https://github.com/brandond/requests-negotiate-sspi/blob/master/requests_negotiate_sspi/requests_negotiate_sspi.py), but we'd need someone with windows to be able to do the work here. I could perhaps get access to a windows machine. I'm assuming the win32security library they reference is generally available on windows machines? Marking as help wanted.

quinnj avatar May 27 '22 22:05 quinnj