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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...