keycloakopenid-connectaccess-tokenrefresh-token

Keycloak: User needs to login every day altough refresh token is set to 30 days


as explained in How to specify refresh tokens lifespan in Keycloak I set the following values in my realm to extend the lifespan of the refresh token:

But still my customer is complaining that he needs to log in every day.

I am I missing any other configuration, in order to not have the user loging everyday?

I did not change the default value for access token.

Thanks!


Solution

  • You can check "Remember me" when logging in. If you don't check this option, your session will become invalid when you close the browser.