keycloak-scim/testsuite/integration-arquillian/tests/base
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 Fix paging on the "Users in role" endpoint, when JPA persistence is used 2022-11-07 20:44:06 +01:00
pom.xml Remove Red Hat Single Sign-On product profile from upstream (#14697) 2022-10-18 14:43:04 +02:00