Hi,
I misclicked and activated the SSO while setting it up, and now we can't sign in.
Can anybody help?
You can try to set the sos off and use and Internal user if you have one
select * from propertyentry pe join propertystring ps on pe.id = ps.id
where Lower(pe.property_key) like '%sso%'
update propertystring
set propertyvalue = 'false'
where id = (select id from propertyentry where property_key = 'com.atlassian.plugins.authentication.sso.config.redirect-on-login')
This might also be worth a look.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, you should hve a jira_local_admin User which i always local and always present.
If you don't I dought there is a way. If you have access to the server maybe...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.