keycloak-scim/server_admin/topics/login-settings/remember-me.adoc

22 lines
685 B
Text
Raw Normal View History

2016-05-16 21:11:32 +00:00
=== Remember Me
If a logged in user closes their browser, their session is destroyed and they will have to log in again. You can set things
up so that if a user checks a _remember me_ checkbox, they will remain logged in even if the browser is closed. This basically
turns the login cookie from a session-only cookie to a persistence cookie.
To enable this feature go to `Realm Settings` left menu item and click on the `Login` tab and turn on the `Remember Me` switch:
.Login Tab
2017-08-28 12:50:14 +00:00
image:{project_images}/login-tab.png[]
2016-05-16 21:11:32 +00:00
Once you save this setting, a `remember me` checkbox will be displayed on the realm's login page.
.Remember Me
2017-08-28 12:50:14 +00:00
image:{project_images}/remember-me.png[]
2016-05-16 21:11:32 +00:00