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
JAMF Connect - Relying Party Configuration using OIDC- RSA Ready Implementation Guide 5Number of Views JAMF Connect - My Page SSO Configuration using OIDC- RSA Ready Implementation Guide 8Number of Views AWS IAM - SAML My Page SSO Configuration - RSA Ready Implementation Guide 34Number of Views Can the Microsoft Integrated Windows Authentication (IWA) icon be hidden in the RSA SecurID Access Application Portal? 84Number of Views User initially shows passcode accepted and node secret sent, but second authentication fails with node secret mismatch: cl… 386Number of Views
Trending Articles
RSA Authentication Manager Upgrade Process RSA Release Notes for RSA Authentication Manager 8.8 RSA RADIUS Server service failed to start in the RSA Authentication Manager 8.1 Operations Console Microsoft Entra ID External MFA - Relying Party Configuration Using OIDC - RSA Ready Implementation Guide RSA Release Notes: Cloud Access Service and RSA Authenticators
Don't see what you're looking for?