Hello there,
I was able to successfully use an constant value in the Azure AD mappings to
The above works fine during the sync, but what I need to do is If the profile is x role is y else z kind of expression.
So, in the below I have used expression to do that.
IIF(SingleAppRoleAssignment([appRoleAssignments])="International", "Admin", "International")
Which never works. What field from Azure AD user object should we use to assign this using an expression?
Has any one worked on this before?