p2-inc / keycloak-orgs

Single realm, multi-tenancy for SaaS apps
Other
367 stars 65 forks source link

Organization members isn't paginated #72

Closed sweeneytr closed 1 year ago

sweeneytr commented 1 year ago

Pagination isn't working correctly for org members. It appears that a single fetch of 100 users happens against the API regardless of the frontend page-size setting. For orgs with > 100 members, a second page for user 101-onwards is never fetched.

xgp commented 1 year ago

Looks like a bug. The API works, but pagination values never get used in the UI.

@pnzrr This is an admin UI issue.

xgp commented 1 year ago

@sweeneytr This is released in the most recent docker image 21.1.1.1683733514. Let me know if you still see the problem.