keycloak-scim/integration/admin-client
danielFesenmeyer ec30c52a00 Fix paging on the "Users in role" endpoint, when JPA persistence is used
- add order-by-clause to the corresponding JPA query (ordering by username ASC)
- adjust admin-client RoleResource to return a List instead of a Set, by introducing new methods #getUserMembers (instead of #getRoleUserMembers - the "Role" prefix is not needed, because it is clear from the resource name that it's about roles)
- adjust tests to use the new method and check that the expected order is returned

Closes #14772
2022-11-07 20:44:06 +01:00
..
src/main/java/org/keycloak/admin/client Fix paging on the "Users in role" endpoint, when JPA persistence is used 2022-11-07 20:44:06 +01:00
pom.xml algin resteasy versions 2022-09-15 11:18:28 -03:00