Customize Role view in Manage User Access

Which IIQ version are you inquiring about?

Version 8.3

Please share any images or screenshots, if relevant.

Share all details related to your problem, including any error messages you may have received.

Hi,

I have a requirement and it is that the client wants to know if it is possible to remove that part of Type: Role when requesting an access because the translation of the site translates it to something else.

Thanks in advance for your support.

Hi @Gianlu97

It is possible edit the attributes that are showed in the cards when you request an access.
In IdentityIQ user interface are controlled by entries in the UIConfig attributes map and the ColumnConfig elements within them.

To edit UIConfig object, you need go to Debug Page → Cofiguration object → UI Configuration

In this page you can customize object to add or remove the attributes in the cards.
In your case, you can edit the following entries:

<entry key="uiAccessItemsColumnsRole">
<entry key="uiAccessItemsColumnsEntitlement">
<entry key="uiCurrentAccessItemsColumnsRole"> 
<entry key="uiCurrentAccessItemsColumnsEntitlement"> 

Please, for more details refer to the following link: https://community.sailpoint.com/t5/Technical-White-Papers/UI-Customization-with-UIConfig/ta-p/77539#toc-hId-965435052

1 Like

Hi @Gianlu97

it might be a better option to change the translation instead of removing the type. As users can request different types and they should see what is requested.

To change the translation look at: Customizing Specific Message File Entries in the ‘Enterprise Localization of IdentityIQ’ whitepaper.

The entry to adjust is ui_access_type_entitlement and restart the IIQ server(s).

I just confirmed this in my own PoC-environment :slight_smile:

– Remold

2 Likes

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