ISC Experts - How do you generally approach Attribute Sync for AD accountExpires?

Hi @sushant1,

We had challenges with accountexpires attribute sync as described here

The fix was to add the timezone attribute in the AD source with value as epoch. This converted the AD time format to epoch and we also transformed the Identity attribute to epoch format and that worked.

The below field was added to the source JSON

"timeZone": "epoch"

1 Like