In the $outputContext.Data and $outputContext.PreviousData objects, we currently return the new and old data to HelloID. We would like to see a standard audit logging message whenever there are differences between the new and old data. This logging should include the old and new values, along with the corresponding fields.
Currently, we calculate these values in some PowerShell connectors, such as EntraID or TOPdesk.
The benefits of moving this functionality to HelloID include reduced PowerShell code complexity and increased consistency across target systems.
Example:
Old values:
DisplayName: Janine van den Boelen
Surname: van den Boelen
New values:
DisplayName: Janine de Vries
Surname: de Vries