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.