Click HERE to see how Saviynt Intelligence is transforming the industry. |
09/29/2022 05:41 AM
We have a requirement where we have to change the status of few AD accounts from Inactive to Active only in Saviynt. The account will remain Inactive in AD, status should change to Active only on Saviynt. Also, the account status should not get updated after AD recon. Is there a way that we can achieve this? FYI - We are using ADSI connector for this specific AD integration
09/29/2022 12:42 PM
Use saviynt 4 saviynt connector
09/29/2022 12:53 PM
As Rishikesh mentioned, Use a DB connector to change the data. The query can be customized and given in the connector and run in the trigger chain after the AD import to correct the data as per need each time.
09/30/2022 03:02 AM
Create Saviynt to Saviynt Connection and handle the logic there.
09/30/2022 08:22 AM
Could you elaborate more on your ask ? When you say change the status of "few AD accounts", is it dependent on some specific values of userAccountControl ?
If Yes, then updating the activeStatus with those values under statusAndThresholdConfig should suffice.
If No, then the Sav4Sav solution mentioned in the thread is the way forward.