Version 5.12.0.82 Quality improvements

New features and improvements

Return error details to Service providers

We added a new IncludeSamlStatusErrorMessage setting to the Runtime's web.config file. When its value is True, SAML error responses from Identify to Service providers can have the StatusMessage element set with detailed error messages.

Please note that the default value of the IncludeSamlStatusErrorMessage setting is False for backward compatibility and security reasons.

Add extra information on RSA-OAEP encryption method

When the http://www.w3.org/2009/xmlenc11#rsa-oaep key transport algorithm is used, we added the DigestMethod and xenc11:MGF elements to the EncryptionMethod element so that Service providers can know exactly what decryption algorithms to use. The newly added elements are necessary because most Java applications use SHA1 by default.

Bug fixes

  • Fixed: #90745 [IC] Audit host information of a tenant is lost when re-upgrading it right after the first upgrade failure.
  • Fixed: #90265 [MetadataMonitor] Duplicate certificates can be imported via metadata monitor on redundant setup.