Disable IdentityNow account source

I need to disable the IdentityNow source account whenever a user leaves the company.

In the inactive lifecycle state, accounts are disabled but this one remains active and it is not possible to add it in “Source accounts to disable”.

Hi @raibom ,

I think, you may use a workflow to do disable the accounts.

or if you think of the OOTB method to disable accounts using provisioning settings tab, take a look at the below post.

Thanks!!

1 Like

Hi Bruno,

There is a Identitynow Governance connector which can be configured to do this.

There are some limitations where if the user is a owner of a entitlement/source, the disable action may not work.

Regards
Arjun

Hi @raibom ,
Workflows can be used here. Detect LCS changes and using Manage accounts action, get source id $.getAccounts.accounts[?(@.sourceName==‘IdentityNow’)].id and in operation set disable .

2 Likes

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.