Adding tags to AWS IAM Users

Hello to all of you,

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.

Regards

If I understood correctly,

You are using Generator for some attributes in your Create Provisioning Policy, but is not working as expected ?

Yes ! We do not have any error, but when an account is created, there is no tags in AWS. So i’m wondering if we need to have a specific input format.

Hello to all of you,

Is there someone with some ideas regarding this ?
We really need to add tags with identity attributes to link accounts to specific teams for exemple.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.