Resolution
Question:
We have many identites with more than one account on the same application and each account is a member of a particular account group.
When editing the account group in Access Governance Suite, the Members table does not show distinguished information for these multiple accounts. For example, I see the following:
Name | Firstname | Lastname |
John Doe | John | Doe |
John Doe | John | Doe |
I'd also like to see the native account identities for each of these entries.
Answer:
- Go to the debug pages and click on the "UI Configuration" button.
- Search for the following text:
accountGroupIdentityTableColumns - Add a new column config like the following (I put this second in the list):
<ColumnConfig dataIndex="nativeIdentity" headerKey="Account ID" hideable="true" property="nativeIdentity" sortProperty="nativeIdentity" sortable="true"/>
Name | Account ID | Firstname | Lastname |
John Doe | jdoe | John | Doe |
John Doe | jdoe_contractor | John | Doe |