Can we use after provisioning rule in integerationconfig for any application

Which IIQ version are you inquiring about?

[Replace this text with your version of IIQ. The more specific you can be (7.1, 8.3, 8.X), the more people can help. If you do not know, put Unsure.]

version 8

Yes, In SailPoint IdentityIQ, you can use an After Provisioning Rule within an application’s configuration.

What is an After Provisioning Rule?

An After Provisioning Rule in IdentityIQ is a type of rule that is executed immediately after a provisioning operation has been attempted on a target application. It runs regardless of the connector type (direct, flat file, JDBC, web service, etc.), and it’s particularly useful for handling post-provisioning logic.

Where is it Configured?

You configure an After Provisioning Rule directly within the Application configuration in IdentityIQ.

  1. Navigate to Applications in the IdentityIQ UI.
  2. Select the specific application you want to configure.
  3. Go to the Rules tab.
  4. You will typically see options for Before Provisioning Rule and After Provisioning Rule Select the “After Provisioning Rule” dropdown and choose or create your rule.

hi @vicky217SP

Yes, but with conditions . The use of an after provisioning rule in the IntegrationConfig is supported only for applications that use the IntegrationConfig framework , such as Web Services , Delimited File , Database , and custom connector-based applications .

<IntegrationConfig>
    ...
    <entry key="afterProvisioningRule" value="myAfterProvisioningRule"/>
</IntegrationConfig>
1 Like

An after provisioning rule is a type of Lifecycle Rule in IIQ that is executed after a provisioning operation (like create, update, or delete) has been completed.
It is typically used to:

  • Log or audit provisioning results
  • Trigger downstream processes
  • Send notifications
  • Perform post-processing logic