You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to make keycloak federate a Kerberos database, I've set up my browser to negotiate the Kerberos ticket, but keycloak redirects me to a login screen with the following server log:
2021-12-06 11:54:20,255 INFO [stdout] (default task-15) principal is HTTP/[email protected]
2021-12-06 11:54:20,256 INFO [stdout] (default task-15) Will use keytab
2021-12-06 11:54:20,257 INFO [stdout] (default task-15) Commit Succeeded
2021-12-06 11:54:20,257 INFO [stdout] (default task-15)
2021-12-06 11:54:20,262 WARN [org.keycloak.federation.kerberos.impl.SPNEGOAuthenticator] (default task-15) GSS Context accepted, but no context initiator recognized. Check your kerberos configuration and reverse DNS lookup configuration
2021-12-06 11:54:20,263 INFO [stdout] (default task-15) [Krb5LoginModule]: Entering logout
2021-12-06 11:54:20,263 INFO [stdout] (default task-15) [Krb5LoginModule]: logged out Subject
My /etc/hosts file is as follows:
127.0.0.1 localhost
127.0.1.1 subdomain
127.0.0.1 localhost.domain
127.0.0.1 subdomain.domain.tld
127.0.0.1 SUBDOMAIN.DOMAIN.TLD
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to make keycloak federate a Kerberos database, I've set up my browser to negotiate the Kerberos ticket, but keycloak redirects me to a login screen with the following server log:
My /etc/hosts file is as follows:
Any ideas why or how to solve it? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions