Hide or Show Agent Information in the User Dashboard
By default, the User Dashboard shows the agents that are associated with an individual user. When users are associated with hundreds of agents, you can choose to hide the agent information to avoid performance issues.
Procedure
Log on to the appliance operating system.
Change directories to /opt/rsa/am/utils.
You can hide or show agents:
To add the auth_manager.dashboard.hide.agent parameter and hide agent information in the User Dashboard for first time, run the following command line utility (CLU):
./rsautil store -a add_config auth_manager.dashboard.hide.agent true GLOBAL BOOLEAN
To show the agent information, run the following command:
./rsautil store -a update_config auth_manager.dashboard.hide.agent false GLOBAL BOOLEAN
To hide the agent information when the parameter already exists, run the following command:
./rsautil store -a update_config auth_manager.dashboard.hide.agent true GLOBAL BOOLEAN
Change directories to /opt/rsa/am/server.
Run the following to restart all services:
./rsaserv restart all
Related Articles
Hide or Show Agent Information in the User Dashboard on RSA Authentication Manager 8.6 P1 and up 22Number of Views Manage User Authentication Settings in the User Dashboard 127Number of Views Resynchronize a Token in the User Dashboard 23Number of Views View Recent Authentication Activity in the User Dashboard 95Number of Views Unlock a User in the User Dashboard 17Number of Views
Trending Articles
How to manipulate imported RSA SecurID Software Token(s) on an iPhone or iPad device Step 3: Test with Your Identity Source and All Applications RSA Authentication Manager 8.9 Setup and Configuration Guide Microsoft Entra ID - SCIM Client for Cloud Authentication Service - RSA Ready Implementation Guide Disable multi-factor authentication (MFA) prompt for "Run as" on machine on which the RSA MFA Agent for Microsoft Windows …