certsrv icon indicating copy to clipboard operation
certsrv copied to clipboard

GSSAPI (Kerberos) support

Open artw opened this issue 6 years ago • 5 comments

Hello. I've added kerberos/spnego SSO support basically just by referencing requests-gssapi library.

Tested on MacOS 10.14 connecting to Windows 2016 Certificate Services. Just need to have a valid TGT in the kerberos credential cache

artw avatar Mar 29 '19 15:03 artw

Hi,

Sorry for the delayed response, but this looks good! I'll take a closer look and merge soon.

Thanks!

magnuswatn avatar Apr 13 '19 06:04 magnuswatn

Hello. Any news ?

artw avatar Aug 29 '19 08:08 artw

CI is red @artw :)

jetersen avatar Sep 16 '19 12:09 jetersen

can you take a look yourself? I have no idea why it CI needs that “CA” variable. Module works without it

artw avatar Sep 16 '19 16:09 artw

@magnuswatn , @jetersen please take a look at your CI. The reason this is failing is because some environment variables are not set which are needed by CI, not because there are errors in the code.

artw avatar May 20 '20 08:05 artw