From ca7b0299c68262921d4b5afc8f2aa00d9959c97f Mon Sep 17 00:00:00 2001 From: Alexander Schwartz Date: Wed, 27 Nov 2024 19:06:25 +0100 Subject: [PATCH] Moving the docs to the correct patch release Closes #12671 Signed-off-by: Alexander Schwartz --- .../upgrading/topics/changes/changes-24_0_7.adoc | 4 ---- .../upgrading/topics/changes/changes-24_0_9.adoc | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/documentation/upgrading/topics/changes/changes-24_0_7.adoc b/docs/documentation/upgrading/topics/changes/changes-24_0_7.adoc index f6e037af818..f7c81a038fd 100644 --- a/docs/documentation/upgrading/topics/changes/changes-24_0_7.adoc +++ b/docs/documentation/upgrading/topics/changes/changes-24_0_7.adoc @@ -8,7 +8,3 @@ If, for whatever reason, the new feature wants to be disabled there is a startup ---- bin/kc.[sh|bat] start --spi-brute-force-protector-default-brute-force-detector-allow-concurrent-requests=true ---- - -= Removing custom user attribute indexes - -When searching for users by user attribute, Keycloak no longer searches for user attribute names forcing lower case comparisons. This means Keycloak's native index on the user attribute table will now be used when searching. If you have created your own index based on `lower(name)`to speed up searches, you can now remove it. diff --git a/docs/documentation/upgrading/topics/changes/changes-24_0_9.adoc b/docs/documentation/upgrading/topics/changes/changes-24_0_9.adoc index a41638484c0..ff77b60b212 100644 --- a/docs/documentation/upgrading/topics/changes/changes-24_0_9.adoc +++ b/docs/documentation/upgrading/topics/changes/changes-24_0_9.adoc @@ -1,3 +1,7 @@ += Removing custom user attribute indexes + +When searching for users by user attribute, Keycloak no longer searches for user attribute names forcing lower case comparisons. This means Keycloak's native index on the user attribute table will now be used when searching. If you have created your own index based on `lower(name)`to speed up searches, you can now remove it. + = Updates to documentation of X.509 client certificate lookup via proxy Potential vulnerable configurations have been identified in the X.509 client certificate lookup when using a reverse proxy.