GSSAPI / Kerberos in Julia?

Are there any GSSAPI packages in Julia?

I need to interact with a webservice that authenticates using Kerberos to an Active Directory Domain Controller.

Something similar to what Curl does when called with these arguments (after calling kinit):

curl -u: --delegation always --location --negotiate http://my.server.net/api/v1/obj/1

1 Like