cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to add a field to the identity cube like department, location, cost center, etc.

How to add a field to the identity cube like department, location, cost center, etc.

1) Make a Backup of your current UI Configuration and then

2) Locate the following line:

<entry key="identityViewAttributes" value="name,firstname,lastname,email,manager"/>

3) And modify the line to add what you want. In this example, we use department:

<entry key="identityViewAttributes"  value="name,firstname,lastname,email,manager,department"/>

4) Now, go to the System Setup tab and select Identity Mappings and press the Add New Attribute

5) Fill in the Attribute name exactly as it is in your Application Schema Account Attributes and add the Display name as you want it to appear. In the Advanced Options, make the selections you want - typically Searchable and Group Factory if the attribute needs to be used create groups - and then it can be used for analytical purposes throughout IdentityIQ

5) Now, on the bottom under Source Mappings, press the Add Source Mapping button and a popup window will appear, select your Application from the list and press Add

6) Now, go to Define Identities and select an Identity you will see Department displayed in the cube. To populate this field, you will have to rerun the Application Aggregation Task and then the Refresh Identity Task

Labels (1)
Version history
Revision #:
2 of 2
Last update:
‎Jun 08, 2023 10:19 PM
Updated by:
 
Contributors