IdentityIQ Version: 7.1+
Beginning in IdentityIQ version 7.1, the identity grids support an option to prevent retrieving the full list of identities without a search term when the page is first loaded. This can be helpful for installations with large numbers of identities, where these pages can be slow to load.
Specifically, this option is available for these UI pages:
Each of these pages has its own configuration entry to control whether the option is enabled for that page. Where this option is enabled, the grids will be blank when the page first loads. A search term must be entered before a list of matching results will be shown.
These are the configuration entry keys to add to the SystemConfiguration Configuration object to enable this behavior for each of these pages:
UI Page | SystemConfiguration Entry |
---|---|
Identity Warehouse | <entry key="disableInitialIdentitiesGridLoad" value="true"/> |
Manage User Access Quicklink | <entry key="disableInitialAccessRequestGridLoad" value="true"/> |
Manage Accounts Quicklink | <entry key="disableInitialManageAccountsGridLoad" value="true"/> |
Manage Passwords Quicklink | <entry key="disableInitialManagePasswordsGridLoad" value="true"/> |
Edit Identity Quicklink | <entry key="disableInitialManageAttributesGridLoad" value="true"/> |
View Identity Quicklink | <entry key="disableInitialViewIdentityGridLoad" value="true"/> |
NOTE: This feature works with the Search bar on these pages, not with the Filter options on the quicklink pages. You can still filter the displayed set of identities once you have entered a search criterion that returns identities, but you cannot use a filter to define the criteria for the full set of identities to load on the page.
@Sneha_Agrawal good to know. Thanks a lot!