You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: