>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 ________________________________________________ Kerberos mailing list [email protected] https://mailman.mit.edu/mailman/listinfo/kerberos
