09/26/2023 03:10 AM
Hi team,
we have used OOTB azure connector for accounts import, it imports account fine and for status config we use following JSON. the status of accounts is not getting suspended when they have been removed from azure target application.
{
"statusAndThresholdConfig": {
"accountThresholdValue": 100,
"appAccountThresholdValue": 50,
"correlateInactiveAccounts": true,
"inactivateAccountsNotInFile": false,
"statusColumn": "customproperty10",
"activeStatus": ["true"],
"deleteLinks": false
}
}
Can anyone please comment on below,
Thanks
09/26/2023 04:56 AM
@AtrayeeDutta few points to be validated :
1. Are you Customizing the Account Attribute Mapping?
2. activeStatus: Specify all possible values that indicate the active status of the accounts in the target application. All accounts that do not have these status values are marked as inactive.
From Release v23.2 onwards, if you do not specify status values in activeStatus configuration, all accounts that were imported are marked as active.
3. During incremental import, the connector does not perform the account threshold check.
4. If an error occurs during the account import,
The connector evaluates the status of newly imported and existing accounts and updates the status based on the value specified in the statusColumn attribute.
The connector does not update the status of accounts that are missed or failed to import, and does not delete the account-entitlement mappings.