I am using the official Keycloak podman container.
I have configured the kerberos authentication, but get the “checksum error” message, indicating that the java does not understand the provided kerberos encryption.
When we dug into this; it seams to be that kerberos libraries is not included in the image built and provided by keycloak?
I tried to install krb5-libs but as neither “dnf” or “yum” works (it is a hardened image); how to install the needed libraries to make “kerberos” to work.
Regards Tomas