Auto Provision Conditions

If auto provision is switched on, you can then define specific conditions for when to provision a user account.

Example You only want to provision Active employees. Terminated employees must not be provisioned in Active Directory. 

Employment.EmployeeStatusCode == 'A'

This expression will evaluate to true for an active employee and false for a non-active employee. This expression ensures that only active employees are provisioned in Active Directory.

A user account is created in Active Directory, but not enabled unless the Enable User Account rule is setup to enable the user account.

Next User Logon Name