Click HERE to see how Saviynt Intelligence is transforming the industry. |
11/04/2024 03:49 AM
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
11/04/2024 05:23 AM
11/04/2024 06:06 AM
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.
11/04/2024 06:11 AM
@ShubhamBabbar store owner dn in entitlement custom property and have enhanced query to map the account owner based on the present DN
11/04/2024 06:34 AM
@NM Thanks for your response, but "entitlement_owners" is a restricted table for enhanced query job.