Keycloak :: Your login attempt timed out. Login will start from the beginning

Viewed 2428

When the GUI is left idle for long, the page automatically redirects to Login screen. Entering the credentials in this Login page throws error "Your login attempt timed out. Login will start from the beginning.". The user has to reload the page and then enter the credentials to successfully login to GUI.

Could you please suggest which keycloak configuration do I need to allow user login again

1 Answers

To avoid this, one can change "Realm Settings → Tokens → Login timeout" to e.g. 10000 days which is 27 years, which should ensure this never happens in reality.

I've asked a new question about what the purpose of this login is, but the above is how to disable it.

Related