Jump to content

Upgraded to 8556 SAML2 broken


cdillon

Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...