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
Error requesting CT-KIP token for RSA SecurID Software Token for Microsoft Windows through RSA SecurID Access Prime Self-S… 69Number of Views Failing to open the invitation URL on the Prime Self Service Portal 29Number of Views Self-Service Troubleshooting Policy 27Number of Views Changing the default logo for RSA Authentication Manager Prime Self-Service Portal emails 30Number of Views Set the Authentication Method for the Self-Service Console 141Number of Views
Trending Articles
RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide RSA Governance & Lifecycle 8.0.0 Installation Guide RSA MFA Agent 2.5 for Microsoft Windows Installation and Administration Guide RSA MFA Agent for UNIX Platform Support Matrix Performing RADIUS authentication tests with NTRadPing to RSA Authentication Manager
Don't see what you're looking for?