How to hide or show authentication method tiles on the SecurID Access Prime Self-Service Portal's login home page (and other pages)
Originally Published: 2022-04-15
Article Number
Applies To
RSA Product/Service Type: SecurID Access Prime
Issue
SSP's login home page:
Resolution
To hide an authentication method tile on the Self-Service Portal's (SSP) login home page, do the following on each Prime server that is running the SSP (this example will hide the "Security Q&A Authentication" tile):
- Login to the Prime server as the primekit user.
- Change directories to the /opt/rsa/primekit/configs/ssp/config/ directory.
- cd /opt/rsa/primekit/configs/ssp/config/
- Create a backup copy of the authentication.xml file as a precaution.
- cp authentication.xml authentication.xml.backup
- Edit the authentication.xml file.
- vi authentication.xml
- Find the following section in the file (this section controls what authentication method tiles appear on the SSP's login home page):
- <util:list id="HOME_PAGE">
<ref bean="adAuthenticationService"/>
<!-- <ref bean="rbaAuthenticationService"/> -->
<ref bean="tokenAuthenticationService"/>
<ref bean="questionAuthenticationService"/>
<ref bean="mfaAuthenticationService"/>
<!-- <ref bean="chainSQplusAD"/> -->
<!-- <ref bean="chainSMSplusAD"/> -->
<!-- <ref bean="chainEmailplusAD"/> -->
<!-- <ref bean="smsService"/> -->
<!-- <ref bean="emailAuthenticationService"/>-->
<!-- <ref bean="samlAuthenticationService"/> -->
</util:list>
- <util:list id="HOME_PAGE">
- Comment out the <ref bean="questionAuthenticationService"/> line, which refers to the "Security Q&A Authentication" tile.
- Save the modified version of the authentication.xml file.
- Restart the tomcat-ssp service.
- service tomcat-ssp restart
- Browse to the SSP's login page and verify that the "Security Q&A Authentication" tile no longer appears.
To cause an authentication method tile to show up on the SSP's login page, the method in the <util:list id="HOME_PAGE"> section in the authentication.xml file can be un-commented out.
Notes
Modifying the authentication.xml so that an authentication method tile shows up on one of the SSP's pages does not necessarily mean that the authentication method can then be used to authenticate successfully: there may be additional configuration that is required to be able to use a given authentication method to authenticate successfully.
Related Articles
Self-Service Troubleshooting Policy 24Number of Views Active Directory AFX test connector capability fails with 'Invalid DN Syntax' and 'Error processing name' errors in RSA Id… 114Number of Views "Authentication station status was 9" error when accessing RSA Authentication Manager Prime Self Service Portal (SSP) with… 365Number of Views AM8.1 Server contact List AutoRebalance Error 152Number of Views How to troubleshoot On-Demand Authentication (ODA) login failures in RSA Authentication Manager 8.x 1.19KNumber of Views
Trending Articles
RSA Authentication Manager 8.9 Setup and Configuration Guide RSA Authentication Manager 8.9 Release Notes (January 2026) RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide How to 'Trust' the RSA Authentication Manager Security Console Self-Signed Root CA certificate and prevent Cert warnings. RSA Authentication Manager Upgrade Process
Don't see what you're looking for?