hello all, so I’m setting my AD, kerberos and keycloak to login from a Linux rhel 8 workstation, without being asked to reenter session credentials, so I set son’s then I generated keycloak.keytab,
ktpass /out keycloak.keytab /mapuser ADMINISTRATOR@EXAMLE.COM /princ HTTP/EXEMPLE.COM@EXAMPLE.COM /pass /crypto ALL /ptype KRB5_NT_PRINCIPAL
then I added user federation with EXAMPLE.COM as realm, and path to keytab
then in authentication I copied browser flow then added kerberos execution as required.
I also configured my Firefox to enable spnego,
But when my application reach login page I have this error, Kerberos is not set up. you cannot login.
I checked my request headers, I couldn’t find Authorization : Delegate.
kinit
Any tips how to resolve that?