How to disable OneClick SAML authentication from the command line.
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.