mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-09 23:12:06 -03:30
Moving the docs to the correct patch release
Closes #12671 Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
This commit is contained in:
parent
b756844919
commit
ca7b0299c6
@ -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.
|
||||
|
||||
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user