This is a backport of PR #8812 as merged into main (5d9a7ab2400badc11a236c86076affa4327acb72).
SUMMARY
Keycloak stores a timestamp of the last ldap sync in the parameter lastSync. Once the parameter is set after a sync (periodic or manual), the module always detects a change and shows a diff similar to the one below.
The parameter seems to be used to time the periodic syncs, so i don't think changing it is good idea. The API does allow changing it though. But I did not find a way to view or change the parameter in the web GUI.
It looks like the parameter is only used by kc internally, so it should be safe to ignore it and remove it entirely from all API responses.
This is a backport of PR #8812 as merged into main (5d9a7ab2400badc11a236c86076affa4327acb72).
SUMMARY
Keycloak stores a timestamp of the last ldap sync in the parameter
lastSync
. Once the parameter is set after a sync (periodic or manual), the module always detects a change and shows a diff similar to the one below.The parameter seems to be used to time the periodic syncs, so i don't think changing it is good idea. The API does allow changing it though. But I did not find a way to view or change the parameter in the web GUI.
It looks like the parameter is only used by kc internally, so it should be safe to ignore it and remove it entirely from all API responses.
Fixes 5842
ISSUE TYPE
COMPONENT NAME
community.general.keycloak_user_federation