SailPoint - Add New Attribute On User Profile

Execute following steps to add a new attribute (Citizenship) on User Profile:

  • Login into "http://Hostname:Port/identityiq"
  • Click on "System Setup"
  • Click on Identity Mapping, it will display all the attributes present today
       

  • Click on "Add New Attribute" button and provide following details:
  1. Attribute Name: citizenship
  2. Display Name: Citizenship
  3. Attribute Type: String
  4. Edit Mode: Temporary
  5. Searchable: True (Select checkbox)
  6. Group Factory: True (Select checkbox)

  • Click Save
  • Go to Debug Page "http://Hostname:Port/identityiq/debug"
  • Select "UI Configuration" under "Configuration Objects"
  • Search for following tag: 

  •  Add citizenship to the tag, it should look like below syntax:





  • Click "Save" and "Close"
  • Go to "http://Hostname:Port/identityiq"
  • Go to "Define" tab
  • Click "Identities" from the list
  • Search for any user and you would be able to see "Citizenship" 




Disclaimer
All content provided on this blog is for informational purposes only. The owner of this blog makes no representations as to the accuracy or completeness of any information on this site or found by following any link on this site. The owner will not be liable for any errors or omissions in this information nor for the availability of this information. The owner will not be liable for any losses, injuries, or damages from the display or use of this information

SailPoint - Change Order Identity Attributes

Follow below steps to change the order of Identity Attributes:


  • Go to Debug Page "http://Hostname:PORT/identityiq/debug"
  • Select "UI Configuration" under "Configuration Objects"
  • Search for following tag:

 
  • Change the order of attributes, it should like below:   





  • Click Save at the bottom and Close
  • Refresh Identity Page
 
Before
 
After