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
Software Token Profile is required to deploy software token error when running RSA Authentication Manager Bulk Admin 137Number of Views Moving users across security domains using RSA Authentication Manager Bulk Administration (AMBA) 217Number of Views Reporting on RSA Authentication Manager 8.x users with On-Demand Token, a fixed passcode or a hardware/software token assi… 2.4KNumber of Views How to Understand the Difference Between RSA Authentication Manager Licenses and SecurID Token Assignments 1.36KNumber of Views How to manipulate imported RSA SecurID Software Token(s) on an iPhone or iPad device 878Number of Views
Trending Articles
How to manipulate imported RSA SecurID Software Token(s) on an iPhone or iPad device RSA-2026-10: RSA Authentication Manager Security Update for Third-Party Component Vulnerabilities Download RSA SecurID Access Cloud User Event audit logs using Cloud Administration REST API CLU RSA SecurID Desktop Token 5.0.3 for Windows Administrator's Guide RSA SecurID Software Token 4.2.1 for Mac OS X Administrator's Guide
Don't see what you're looking for?