How to hide the Distribute Software Tokens in Bulk menu option from administrators in RSA Authentication Manager 8.1 SP1 Patch 1 and later
Originally Published: 2018-03-22
Article Number
Applies To
RSA Product/Service Type: Authentication Manager
RSA Version/Condition: 8.2 SP1 Patch 1 and later
Tasks
Resolution
Hide menu items from administrators
To address AM-31082 (RFE: How to Disable "distribute software token in bulk" only from Token Administrator Role on AM 8.1 without removing the whole distribution permission), SP1 patch 1 allows you to hide menu items in the Security Console from administrators.Menu items cannot be hidden from super administrators.
The menu items that can be hidden can be entire submenus or specific items in a menu.You can enable verbose tracing to see which items have been hidden by this command.
Hiding menu items in the Security Console does not prevent administrators from accessing the function through other means, such as through the Admin SDK.
To hide menu items, run the command below where <item1>,<item2>,<item3> is a comma-separated list of the items you want to hide.
./rsautil store -a add_config auth_manager.security_console.permissions.hidden_menu_items <item1>,<item2>,<item3> GLOBAL STRING
| Configuration Value | Menu Level #1 | Menu Level #2 | Menu Level #3 | Menu Level #4 |
| IssueSoftwareTokenBatch | Authentication | SecurIDTokens | Distribute Software Tokens in Bulk | ----- |
To hide the bulk distribution menus
- Log on to the primary appliance as rsaadmin using an SSH client.
- Navigate to /opt/rsa/am/utils.
cd /opt/rsa/am/utils
- Type the following command tto hide the menu items from administrators:
./rsautil store -a add_config auth_manager.security_console.permissions.hidden_menu_items IssueSoftwareTokenBatch GLOBAL STRING
For example,
rsaadmin@am82p:/opt/rsa/am/utils> ./rsautil store -a add_config auth_manager.security_console.permission.hidden_menu_items IssueSoftwareTokensBatch,Authentication,SecurIDTokens,DistributeSoftwareTokensinBulk GLOBAL STRING Please enter OC Administrator username: <enter Operations Console admin user name> Please enter OC Administrator password: <enter Operations Console admin user password> psql.bin:/tmp/26f4efeb-12e9-45b2-b9ec-a76653e3863c5406914634885663446.sql:108: NOTICE: Added the new configuration parameter "auth_manager.security_console.permission.hidden_menu_items" with the value "IssueSoftwareTokensBatch,Authentication,SecurIDTokens,DistributeSoftwareTokensinBulk" add_config ------------ (1 row)
- Restart all Authentication Manager services on the primary server and replicas:
cd /opt/rsa/am/server ./rsaserv restart all
To restore hidden menus
- Log on to the primary appliance using an SSH client.
- Navigate to /opt/rsa/am/utils:
cd /opt/rsa/am/utils
- Enter the following command:
./rsautil store -a update_config auth_manager.security_console.permissions.hidden_menu_items “” GLOBAL
- Restart all Authentication Manager services on the primary server and all replicas:
cd /opt/rsa/am/server ./rsaserv restart all
Related Articles
Where is the RSA Authentication Manager 8.1 SP1 Patch 15 download? 9Number of Views RSA Identify Governance and Lifecycle WorkDay Identity Collector "unexpected element " error 31Number of Views Generating report output being managed by all administrators in a security domain for RSA Authentication Manager 8.x 31Number of Views How to generate activity log history from a script in RSA Authentication Manager 48Number of Views How to Merge Users from Internal Database to an Existing Identity Source (Active Directory) 22Number of Views
Trending Articles
Passwordless Authentication in Windows MFA Agent for Active Directory – Quick Setup Guide RSA Authentication Manager 8.9 Release Notes (January 2026) RSA Authentication Manager Upgrade Process RSA Authentication Manager 8.7 SP2 Setup and Configuration Guide An example of SSO using SAML and ADFS with RSA Identity Management and Governance 6.9.x
Don't see what you're looking for?