Hello Experts,
I am trying to come up with a process to create a Privileged Active Directory Account in SailPoint ISC through a Role.
Identities have two Accounts in Active Directory :
- Active Directory Account with “OU=Users, OU=Accounts, DC=ABC,DC=EFG”
- Privileged Account with “OU=PA,OU=Accounts, DC=ABC,DC=EFG”
Both Active Directory Account and Privileged Account resides in Active Directory but in different OUs.
A separate application “ActiveDirectoryPrivileged” is created in ISC that holds all the privileged Account as a Direct AD connector. This pulls all the privileged account into ISC.
Now I want to create a Role that will create an “ActiveDirectoryPrivileged” account for existing active identities in ISC.
Will I need to write some kind of Rule or creating a Role should handle this business case?If there is better approach. I am more than happy to apply.