Cybersecurity
DevOps Cloud (ADM)
IT Operations Cloud
Summary
How to disable SAML SSO
Products
Fortify
Environment
SSC
Situation
User are not able to log in after SAML SSO got enabled
Resolution
Run the following query on the SSC database (please take a backup of it before running the query):
UPDATE configproperty
SET propertyValue = 'false'
WHERE groupName = 'saml'
AND propertyName = 'saml.enabled';
URL Name
KM000015182