We are creating AD account before the start date of the user. And on the start date, we want to assign several birthright AD group to the user. What should I use in my assignment criteria?
Start date equals to current date?
Also, I need to add something like start date is equal to or less than current date
@TJ1331 “Enable account” in identity profile is normally used to enable the account which was already provisioned
for your usecase
Create a LCS called prehire based on your condition using a transform
configure create provisioning policy in AD.
Onboard user in the HR System
Based on the create profile configuration in AD the account gets created and you can use UserAccountControl to set the account as disabled (514) and later when the user joins you can make the LCS state as active and set the enable Account
Provisioning Policy: Build a CREATE provisioning policy in your AD source with minimal required attributes by following Provisioning Policy.
Role Definition for Prehire: Create a role to initiate the AD account provisioning when LCS is prehire. This role can be either requestable or birthright based on your requirement with LCS = prehire as one of role criteria and a dummy AD group can be attached to the role.
Role Definition for active: Create another role and add LCS as part of role criteria along with other criteria to make it as birth right role and attach all the required accesses (AD groups) to the Role to provisioning.