Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Azure AD REST connector import marks accounts in SFIS status

SeemaDas
New Contributor III
New Contributor III

I have a requirement to fetch signInActivity.lastSignInDateTime from Azure AD using REST connector. After running recon job, the accounts are getting marked as SFIS. Log shows "Suspending/Inactivating (based on AccountsNotInFile Action) Accounts. Any guidance/suggestions?

 

 

1 REPLY 1

rushikeshvartak
All-Star
All-Star

change below config in STATUS_THRESHOLD_CONFIG

{
"statusAndThresholdConfig": {
"accountThresholdValue": 100,
"correlateInactiveAccounts": true,
"inactivateAccountsNotInFile": true,
"statusColumn": "customproperty1",
"activeStatus": [
"active"
],
"deleteLinks": true
}
}

 

  • inactivateAccountsNotInFile: Specify true or false to instruct the connector to mark accounts that are not imported during import as inactive or SUSPENDED FROM IMPORT SERVICE. When set to true, accounts that are not imported during import are marked as inactive. The default value is false.


Regards,
Rushikesh Vartak
If you find this response useful, kindly consider selecting 'Accept As Solution' and clicking on the 'Kudos' button.