Disabling SAML from the command line
search cancel

Disabling SAML from the command line

book

Article ID: 370785

calendar_today

Updated On:

Products

DX NetOps CA Spectrum

Issue/Introduction

How to disable OneClick SAML authentication from the command line.

Resolution

Disable SAML using Command Line

- Open the context.xml file from the <SPECROOT>/tomcat/conf/ directory.
- Change the value from com.aprisma.tomcat.authenticator.Saml2FederationAuthenticator to com.aprisma.tomcat.authenticator.SpectrumAuthenticator
- Save and close the file.
- Open the web.xml file from the <SPECROOT>/tomcat/webapps/spectrum/WEB-INF/ directory.
- Change the value of the <auth-method></auth-method> parameter from WSFED to FORM
- Save and close the file.
- Restart the Tomcat server.

NOTE: Please backup the context.xml and  web.xml files before making any changes.