Once the functions have been discovered, it’s required to create required business processes or actions to be performed during user provisioning process using the Identity Bridge functions. These processes are called as Identity Process, which are chain of functions that can be configured to accomplish the requisite user provisioning process as per business logic. We can emulate different provisioning life cycle processes like onboarding, termination, de-activation etc. by creating separate Identity Processes for each provisioning process. Following example illustrates the process of creating an Identity Process for onboarding a user account.
- Login to Identity Bridge.
- Go to System Management.
- Go to Configure Source.
- On the Jira tile click on the edit button.
- Click on the Functions tab.
- Select the Identity Process tab and click on the Create Identity Process option.
- Enter a name for the Identity Process, onboard_user is the name used in this example.
- From the left pane Function Groups, select the create_user function.
- Click and drag the function to the empty page on the right-hand side.
- Next select the assign_group function from left hand side and drag and drop on the page next to the create_user function.
- Join the two functions by clicking on the left-hand side node of create_user and dragging the line to right-hand side node of assign_group function.
- This creates a chain of functions to be executed upon calling the onboard_user Identity Process in the order defined, create_user first then assign_user in this example.
- Click on the ‘Save’ button above to save the Identity Process. Created Identity Process can be viewed and edited any time by clicking on the ‘View/Edit Identity Process’ option.

