keycloak-scim/services
danielFesenmeyer f80a8fbed0 Avoid login failures in case of non-existing group or role references and update references in case of renaming or moving
- no longer throw an exception, when a role or group cannot be found, log a warning instead
- update mapper references in case of the following events:
   - moving a group
   - renaming a group
   - renaming a role
   - renaming a client's Client ID (may affect role qualifiers)
- in case a role or group is removed, the reference still will not be changed
- extend and refactor integration tests in order to check the new behavior

Closes #11236
2022-10-13 13:23:29 +02:00
..
src Avoid login failures in case of non-existing group or role references and update references in case of renaming or moving 2022-10-13 13:23:29 +02:00
pom.xml remove javax.json and replace with FasterXML (#11554) 2022-08-25 08:49:22 +02:00