Wikis - Page

Knowledge Doc: [SSC] How to disable SAML SSO

1 Likes

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';


Knowledge Base Article Link


URL Name
KM000015182

Tags:

Labels:

Support Tips/Knowledge Docs
Comment List
Related
Recommended