Thursday, August 31, 2023

How to enable TimeMachine in SailPoint IdentityIQ?

Navigate to the Debug Page and add this entry to the System Configuration object:

<entry key="timeMachineEnabled" value="true"/>

No comments:

Post a Comment

Fetch Members from Workgroup

  import java.util.ArrayList;   import java.util.Iterator;   import java.util.List;   import sailpoint.api.ObjectUtil;   import sailpoint.ob...