keycloak-scim/server-spi-private/src/test/java/org/keycloak/models
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
..
BrowserSecurityHeadersTest.java KEYCLOAK-14232 Add Referrer-Policy: no-referrer to each response from Keycloak 2020-09-17 23:21:49 -07:00
CredentialModelBackwardsCompatibilityTest.java Remove bc dependency from server-spi and server-spi-private (#13319) 2022-07-26 11:52:16 +02:00
HmacTest.java KEYCLOAK-12216 Fix minor warnings in tests from module "server-spi-private" 2019-11-26 08:35:35 +01:00
KeycloakModelUtilsTest.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
MigrationVersionTest.java Move User Storage SPI, introduce ExportImportManager 2022-06-21 08:53:06 +02:00
TotpTest.java KEYCLOAK-18880 TimeBasedOTP should use look-around to mitigate clock skew 2021-09-01 10:45:50 +02:00