Can SAML and local accout co-exist?
search cancel

Can SAML and local accout co-exist?

book

Article ID: 241320

calendar_today

Updated On:

Products

DX NetOps CA Spectrum

Issue/Introduction

Can SAML and localaccount co-exist?

If SAML integration fails, can I still log on OneClick console with local accounts?

Environment

Release : 22.2

Component : Spectrum OneClick

Resolution

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.