11/16/2018 12:48:36 PM
to include the remember-me properties
|
11/1/2018 9:54:32 AM
at startup. Track lastSessionRefresh timestamps more properly by support bulk update to DB
|
11/2/2018 7:35:48 PM
RemoveDuplicateOfflineSessions from running when migration to 3.2.0 has been run.
This prevents running when the database has already dropped CLIENT_SESSION_ID from OFFLINE_CLIENT_SESSION table.
This change unblocks migrating from 3.2.0 to 4.4.0 and later.
|
|
|
11/13/2018 4:36:18 AM
is specified
|
11/9/2018 10:02:08 AM
roles are specified in imported realm
|
11/15/2018 5:14:38 AM
Update ADOPTERS.md
|
8/22/2016 7:40:23 PM
remember-me sessions where tied to the SSO max session
timeout which could lead to unexpected early session timeouts.
We now allow SSO timeouts to be configured separately for sessions
with enabled remember-me. This enables users to opt-in for longer
session timeouts.
SSO session timeouts for remember-me can now be configured in the
tokens tab in the realm admin console. This new configuration is
optional and will tipically host values larger than the regular
max SSO timeouts. If no value is specified for remember-me timeouts
then the regular max SSO timeouts will be used.
Work based on PR https://github.com/keycloak/keycloak/pull/3161 by
Thomas Darimont <thomas.darimont@gmail.com>
|
|