We are working on the creation of AWS users using IdentityNow. We have managed to create users correctly but we are not able to add tags for users. We would like to add tags based on identity attributes.
We tried using the following configurations
Generator - Create Unique Account ID - mail=$(email),last-name=$(lastname),first-name=$(firstname),team=$(department)
Generator - Create Unique Account ID - mail~$(email),last-name~$(lastname),first-name~$(firstname),team~$(department)
We have configured the create profile for multi-value with a comma as separator.