Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

SAML SSO Configuration

rakeshc
New Contributor
New Contributor

Hi All,

We are trying to test SAML SSO authentication in our non-prod. We would like to know if Saviynt EIC supports both native and SAML SSO auth to co-exist.

If not, How can we turn off SAML SSO once successfully tested?

Regards,

Rakesh

2 REPLIES 2

Bharadwaj319
New Contributor III
New Contributor III

If you want to turn off the SAML SSO config once tested, you can set the below config value to false in the AuthenticationConfig.groovy file and restart the tomcat service to reflect.

/* SAML CONFIGURATIONS */
grails.plugin.springsecurity.saml.active=false

rakeshc
New Contributor
New Contributor

Thank you for your prompt response