Filters in access request page

Hello Team,
In IdentityIQ, we need to remove a few filter attributes from the Select Users page under Manage Access.
Path: Manage Access → Manage User Access.

How can we achieve this?

Regards,
Divya P

Hey Divya,

You can leverage the SailPoint certified plugin “Hide User Access Filter” to accomplish this: https://community.sailpoint.com/t5/Plugin-Framework/Hide-User-Access-Filter/ta-p/229572

Hi @Xdipa2407 ,

To remove or hide specific filter attributes from the Select Users page under Manage Access → Manage User Access in IdentityIQ, the recommended approach is to use a plugin with custom JavaScript to modify the UI.

SailPoint IdentityIQ does not provide built-in configuration to disable or hide filter attributes directly on this page. Instead, creating a plugin that injects JS to hide certain filters (such as Role Type, Entitlement Attribute, or other managed attributes) is the best practice.

Here is an outline of the solution:

  • Create a plugin folder structure with a manifest.xml to include your JavaScript.

  • Use JavaScript in the plugin to target the filter attributes in the UI and hide or disable them.

  • Deploy the plugin in IdentityIQ and verify the changes.

This method effectively removes unwanted filter options from the Manage User Access filters UI.

For detailed steps and example code, please refer to community resources such as:
https://sailpointworks.blogspot.com/2019/08/hiding-filter-attributes-manage-access-Request-Access-Sailpoint-Identity-iq.html

1 Like

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