Dear Team,
I am new to this product. I am able to creating users in Active Directory from IDM once account definition assigned. But how we can assign automatically while user creation time only. where we need to configure?
Thanks,
Jeevan
Dear Team,
I am new to this product. I am able to creating users in Active Directory from IDM once account definition assigned. But how we can assign automatically while user creation time only. where we need to configure?
Thanks,
Jeevan
One way is to run a process on an "INSERT" even on the person table which inserts an entry into PersonHasTSBAccountDef table - ofcourse this is quite a simplistic view on things but it will assign the account definition you need to the person object automatically
One way is to run a process on an "INSERT" even on the person table which inserts an entry into PersonHasTSBAccountDef table - ofcourse this is quite a simplistic view on things but it will assign the account definition you need to the person object automatically