We have to assigned the application (AZ Directory). Here we have two types of accounts normal and admin account. So, we have to atuo assign the application based on UPN application attribute.
How i can perform these activity looking your assistance here
Do i need to create new rule, workflow and provisioning policy for that? it will trigger once identity update is trigger?.
We have to automatically assign the application Azure Active Directory to the user based on the application attribute called UPN for that I am looking assistant here
It’s purely depends on your application how it behaves and how you want. There are two ways I can tell.
Use roles in which add assignment rule as @enistri_devo suggested. So that users whoever is matching the criteria then those will get the account. Make sure create account provisioning policy should be there. The problem with this is in rare cases I see, if there is any license issue for the user means if they are not logged in for more than certain days then account should be disable. Then that case it is the problem. SailPoint again tries to add because of the assignment rule we have even after disable also.
To overcome the above one, create account while joiner is processing for the user based on your condition.