Check the following config parameter in order to update persons from the ADSAccount-Object:
TargetSystem\ADS\PersonUpdate
Then you have to overwrite the script ADS_PersonUpdate_ADSAccount and add the following lines at the appropriate place:
'custom extension:
VID_PutValueSafe(Person, "CustomProperty01", Account.GetValue("ExtensionAttribute1").String)
VID_PutValueSafe(Person, "CustomProperty02", Account.GetValue("ExtensionAttribute2").String)
VID_PutValueSafe(Person, "CustomProperty03", Account.GetValue("ExtensionAttribute3").String)
© 2025 One Identity LLC. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center