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 Audit logs events and their descriptions 230Number of Views How to hide the Distribute Software Tokens in Bulk menu option from administrators in RSA Authentication Manager 8.1 SP1 P… 50Number of Views Check Point Gateway Mobile Access Portal - RADIUS Configuration for Authentication Manager - RSA Ready Implementation Guide 44Number of Views Check Point Gateway Mobile Access Portal - RADIUS Configuration for Cloud Authentication Service - RSA Ready Implementatio… 26Number of Views
Trending Articles
Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory RSA Authentication Manager 8.9 Release Notes (January 2026) Artifacts to gather in RSA Identity Governance & Lifecycle RSA Governance & Lifecycle 8.0.0 Administrators Guide RSA Governance & Lifecycle 8.0.0 Installation Guide
Don't see what you're looking for?