cdillon Posted December 19, 2018 Share Posted December 19, 2018 Hi Clickstudios, I thought I had made a note of the SQL query to run if SAML2 breaks when upgrading to the latest build, but it seems I didn't. Is this information available anywhere? Any help would be much appreciated. Thanks, C Link to comment Share on other sites More sharing options...
support Posted December 19, 2018 Share Posted December 19, 2018 Hello cdillon, The only time SAML authentications should break during a recent upgrade is if you are using Azure AD or ADFS - both of these auth methods require you to stipulate the Audience Restriction field. So you have two options here: Login with your emergency access login password and specify this Audience Restrictions field - this value is generally set to your Passwordstate URL. You can get to this emergency access login page by appending /emergency to your URL Using SQL Server Management Studio, execute the following SQL command, and then restart your browser USE Passwordstate UPDATE [SystemSettings] SET SAMLLegacyCode = 1 Eventually we will also deprecate this legacy code, so it is worth spending a little time testing with the new code. Regards Click Studios Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now