09/23/2022 04:11 AM
We have Endpoint filter concept in connectors for AD and REST connector. This helps with the logic segregation of group of entitlements to be depicted as a separate application.
Let's consider I have an AD endpoint application consisting of 6 groups. So, the endpoint account will get created when the user is part of any of these 6 groups. For example, let's say a user had one of this 6 groups and when the group he was part of is removed then the status of the AD endpoint account is changed to inactive from import as the user is no longer part of any of the 6 groups.
Solved! Go to Solution.
09/27/2022 02:34 PM
What is the default behaviour post account import after the groups are revoked, the account status is set to inactive or does the account status set as SUSPENDED FROM IMPORT SERVICE ?
01/02/2023 12:15 AM
Adding statusAndThresholdConfig in AD and REST connector resolved the issue, Avinash!
{
"statusAndThresholdConfig": {
"statusColumn": "customproperty3",
"activeStatus": [
"true"
],
"deleteLinks": false,
"accountThresholdValue": 10000,
"correlateInactiveAccounts": false,
"inactivateAccountsNotInFile": false,
"deleteAccEntForActiveAccounts": true
}
}