From 1547c577413a52be14d1535d88036d6540157e3d Mon Sep 17 00:00:00 2001 From: Matthew Helmke Date: Thu, 13 Dec 2018 11:30:09 -0600 Subject: [PATCH] additions from Keycloak 4.7 and 4.8 --- release_notes/topics/7_3_final.adoc | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/release_notes/topics/7_3_final.adoc b/release_notes/topics/7_3_final.adoc index bbebd41420..65c1713761 100644 --- a/release_notes/topics/7_3_final.adoc +++ b/release_notes/topics/7_3_final.adoc @@ -53,7 +53,7 @@ Features marked for technology preview are not supported for use in production. == OpenShift Integration -RH-SSO now has the ability to replace the internal OpenShift IdP. This provides a better and tighter integration when securing OpenShift with RH-SSO. More details and documentation to follow. For now demo setup is available at https://github.com/keycloak/openshift-integration. This feature is currently in technology preview. +It is now possible to fully secure OpenShift 3.11 with {project_name}, including the ability to automatically expose Service Accounts as OAuth clients as clients to {project_name}. This feature is currently in technology preview. Features marked for technology preview are not supported for use in production. @@ -116,6 +116,18 @@ We have also added support to override the theme for specific clients. If that i * Updated design for the login page +== Enhanced Remember Me +Introduced the ability to specify different session idle and max timeouts for remember me sessions. This enables remember me sessions to live longer than regular sessions. + +== Pagination support for Groups +Large numbers of groups have previously caused issues in the admin console. This is now resolved by the introduction of pagination of groups. + +== Improve startup time with large number of offline sessions +In the past, starting the server could take a long time if there were many offline sessions. This startup time has now been significantly reduced. + +== Support for DB2 removed +DB2 support has been deprecated for a while. With this release we have removed all support for DB2. + == Minor Improvements * Authenticator to automatically link Identity Provider identity to an existing account after first Idp authentication.