How to disable Multi Provider Single Sign on (SSO) or SAML?

kumar_dev
ServiceNow Employee
ServiceNow Employee

I have Multi Provider Single Sign On (SSO) installed. How do I disable and login using database?

3 REPLIES 3

charlesbarkley
Kilo Expert

If you are using Multi Provider SSO plugin, then you can disable it by going to Multi-Provider SSO > Properties and uncheck the 'Enable multiple provider SSO' property.



You can also disable it under sys_properties table by searching for 'glide.authenticate.multisso.enabled' and setting its value to false.



If you are using one of the older SAML plugins, you can disable the glide.authenticate.external property to go back to DB login.



Regards,


Chuck


Is it possible to disable SSO for few users of a specific domain and enable for other domain users?