Get identity status from JDBC Provision Rule

Hi team,

I’m trying to get the cloud lifecycle state of an Identity in a JDBC Provision Rule. I need to do this so that when an Identity changes to “Inactive” then the JDBC account changes its status.
I can’t get it from the plan or account request, is there a way to achieve this or do I need to do it with a cloud rule?

Can’t you enable provisioning setting in your Identity Profile for inactive cloud lifecycle state and setup Disable Accounts for your JDBC source. This will trigger Disable operation on your JDBC source when cloud lifecycle state changes to Inactive and in your JDBC provisioning rule you can run queries for Disable operation.

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