How to generate TGT using java GSS API

Ken Hornstein kenh at cmf.nrl.navy.mil
Mon Mar 4 20:46:01 EST 2024


>Hi, We can generate a TGS with GSS API in Java.
>But is there a way to get TGT in java, assuming I have account/password?

With the pure, standards based GSS, the answer is "no".  There is
this, but I do not know if all Java implementations support it:

https://docs.oracle.com/javase/8/docs/jre/api/security/jaas/spec/com/sun/security/auth/module/Krb5LoginModule.html

--Ken



More information about the Kerberos mailing list