keycloak-user-storage
keycloak-user-storage copied to clipboard
Keycloak Userstorage Manager badly implemented
Keycloak cycles through searchForUser(search, realm, first, max)-Method very often in a recursive approach.
Example: You are in the user list and on the page with record 1001-1020 shown. With starting this request, the mentioned searchForUser-Method is called 20 times before querying for the requested records: 1-50 51-100 101-150 ... 950-1000 1001-1020 <- Requested result
The issue has been reported back in 2018 and is not fixed nor planned to be fixed yet. => https://issues.redhat.com/browse/KEYCLOAK-8960
I've been dealing with the same issue. Do you have any update on it?