I just rebuilt Keycloak from scratch. I created my admin user with
add-user-keycloak.bat.
On first login, it wouldn't let me in and put this error in the log
several times:
14:43:23,735 WARN [org.keycloak.events] (default task-7)
type=LOGIN_ERROR, realmId=master, clientId=null, userId=null,
ipAddress=127.0.0.1, error=expired_code, restart_after_timeout=true
In order to login I had to clear my cookies.
Not sure what caused that but I've never had to do it before. Anybody
have insight?
Stan