Sunday, October 1, 2023

How to configure IdentityIQ to display all Identity Attributes?

Navigate to the Debug Page and add this entry to the UI Configuration object:

  • Search for "identityViewAttributes" keyword.
  • Add the attribute names correctly.
  • Scroll down and Save 

No comments:

Post a Comment

Fetch Members from Workgroup

  import java.util.ArrayList;   import java.util.Iterator;   import java.util.List;   import sailpoint.api.ObjectUtil;   import sailpoint.ob...