Jira:Emergencies:DisableSAMLRedirect - lbonanomi/notes GitHub Wiki

In case of SAML breakdown disable the redirect-to-SAML-provider header:

update propertystring^Jset propertyvalue = 'false'^Jwhere id = (select id from propertyentry where property_key = 'com.atlassian.plugins.authentication.samlconfig.redirect-on-login')^J;