keycloak-scim/testsuite/integration-arquillian/tests
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
..
base Fix paging on the "Users in role" endpoint, when JPA persistence is used 2022-11-07 20:44:06 +01:00
other Remove JBoss-based auth servers from the testsuite (#14317) 2022-09-30 09:41:57 +02:00
pom.xml More flexibility in keystore related tests, Make keycloak to notify which keystore types it supports, Support for BCFKS 2022-10-24 08:36:37 +02:00