kerb4j icon indicating copy to clipboard operation
kerb4j copied to clipboard

Kerberos and SPNEGO in Java done right

Results 36 kerb4j issues
Sort by recently updated
recently updated
newest added

Hi, So basically i want to execute a SAP rest request, but the SAP server is protected by SPNEGO. When using basically the example code snippet, i get a successfull...

Hi, First of all thanks for all the work, it really saved me some time. Especially the SID retrieval part directly from the kerberos ticket. Looking into that, I seem...

Essentially looking for example where we can do keytab based authentication for proxy first before connecting to target url and user / pwd basic authentication for target url

Also expose all private fields via getters where applicable, for example in SunJaasKerberosTicketValidator

When trying to compile with Java 9, I get split package errors the moment I import `kerb4j` ``` error: the unnamed module reads package com.kerb4j.client from both kerb4j.client and kerb4j.common...

Support at least two latest major releases