Hello,
Do you know if it’s possible to assign roles based on manager attributes using affectation criteria? For example, I have two identity profiles: internal and external. In the internal profile, I have the identity attribute level_name
, and for the associate source, I have the source attributes level_name
and level_code
. The external identity profile has the same level_name
identity attribute, which I retrieve using a transform called getReferenceIdentityAttribute
.
I have roles based on level_name
, but I want to switch them to level_code
. For the internal source, this is straightforward since I have the attribute account level_code
. However, for the external source, I don’t have this attribute available.
Do you think it’s possible to achieve this through role affectation criteria, or will I need to create an identity attribute using the getReferenceIdentityAttribute
transform?
Thanks,