keycloak-user-storage icon indicating copy to clipboard operation
keycloak-user-storage copied to clipboard

Keycloak Userstorage Manager badly implemented

Open dorianweidler opened this issue 5 years ago • 1 comments

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

dorianweidler avatar Jan 22 '20 14:01 dorianweidler

I've been dealing with the same issue. Do you have any update on it?

danieladavis avatar Dec 29 '20 03:12 danieladavis