Skip to content

Jira:Emergencies:DisableSAMLRedirect

lbonanomi edited this page Jun 18, 2020 · 1 revision

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;
Clone this wiki locally