We have an application where we are using JDBC type connector to perform aggregation. Provisioning to this application is handled using serviceNow application (No automated provisioning).
Here, we have additional requirement to provision IT Role (containing AD groups) to user after completion of app provisioning request (Snow ticket completion). Can you suggest possible solution to achieve this?
Can you explain the use case bit in detail? what will be there in IT role? if the it role is containing the same group which you have requested through the service now then by default sailpoint will mark it as detected.
Requirement is : Trigger AD groups provisioning after the application is provisioned to user.
How do we do this, in case of the applications where provisioning is not automated (e.g., applications which are configured with IdentityIQ for ServiceNow app to create ticket). Because in such cases before/after provisioning rule is not triggered.
If the ask is just role provisioning after account provisioning, then have given a try to “Assignment rule” of business rule. Just assign this IT Role in Business Role and then use assignment rule.
Also, you may modify the workflow itself just to check for this application provisioning and once it is done you can trigger other provisioning.