Can SAML and localaccount co-exist?
If SAML integration fails, can I still log on OneClick console with local accounts?
Release : 22.2
Component : Spectrum OneClick
You can achieve this by configuring that user model in the $SPECROOT/tomcat/conf/non-saml-config.xml file. It looks like this:
tomcat/conf/non-saml-config.xml
<?xml version="1.0" encoding="UTF-8"?>
<NonSamlConfig>
<allowBasicAuthentication>true</allowBasicAuthentication>
<userName>svc_caspectrum_user</userName>
</NonSamlConfig> (edited)
Change the svc_caspectrum_user" entry to your local spectrum username and cycle tomcat.