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
Check Point Gateway Mobile Access Portal - SAML Relying Party Configuration for Cloud Authentication Service - RSA Ready I… 36Number of Views How RSA Authentication Manager Protects Your Resources 41Number of Views How to enable Syslog Server on SecurID Access Prime running on Linux 55Number of Views Prime kit tomcat.pid: Permission denied error when restarting services for RSA Authentication Manager Prime Kit 91Number of Views Configure password and security questions chained login for RSA Authentication Manager Prime Kit Self-Service Portal (SSP) 133Number of Views
Trending Articles
RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide RSA Authentication Manager 8.9 Release Notes (January 2026) How to install the jTDS JDBC driver on WildFly for use with Data Collections in RSA Identity Governance & Lifecycle RSA Authentication Manager 8.8 Setup and Configuration Guide Artifacts to gather in RSA Identity Governance & Lifecycle
Don't see what you're looking for?