Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

Map entitlement owners for AD Groups through SAV4SAV REST

ShubhamBabbar
Regular Contributor
Regular Contributor

We want to map AD group owners, the default configuration on the connector has a limitation because the DN (marked as group owner) is not being imported inside Saviynt as accounts under the same endpoint.

We have tried to implement a workaround through SAV4SAV Rest entitlement import, to update the entitlement owners. the owners get updated but the existing account to entitlement mapping is lost.

We have the below STATUS_THRESHOLD_CONFIG:

{
"statusAndThresholdConfig": {
"deleteLinks": false,
"correlateInactiveAccounts": false,
"inactivateAccountsNotInFile": false,
"deleteAccEntForActiveAccounts": false
}
}

Attaching Entitlement Import JSON

4 REPLIES 4

rushikeshvartak
All-Star
All-Star
  • This is becuase of acctEntParams parameters.
  • You should use OOTB AD connector and pull DN in account instead of sav4sav

Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

Hi @rushikeshvartak  Thanks for your response, but pulling DN in account is not helpful as there is a segregation required between Privileged AD group and non-privileged AD groups (We have created 2 different endpoints). 
In our case the a non-privileged DN can be an owner of a privileged AD group, hence the problem where the non-privileged account would not exist and the owner would not map. 

NM
Esteemed Contributor
Esteemed Contributor

@ShubhamBabbar store owner dn in entitlement custom property and have enhanced query to map the account owner based on the present DN 


If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'

ShubhamBabbar
Regular Contributor
Regular Contributor

@NM  Thanks for your response, but "entitlement_owners" is a restricted table for enhanced query job.