keycloak-scim/services/src/main/java/org/keycloak/broker/provider
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
..
HardcodedAttributeMapper.java KEYCLOAK-11862 Add Sync mode option 2020-04-24 15:54:32 +02:00
HardcodedRoleMapper.java 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
HardcodedUserSessionAttributeMapper.java KEYCLOAK-11862 Add Sync mode option 2020-04-24 15:54:32 +02:00