ComponentSpace SAML Suite - Summer 2025 (Update 1)

Released: Aug 5, 2025

Aggiornamenti in Summer 2025 (Update 1)

Funzionalità

ComponentSpace SAML v2.0 for ASP.NET v7.6.0 updates:

  • Replaced SAMLConfigurations.ValidateMessagesAgainstSchema with SAMLController.ValidateMessagesAgainstSchema.
  • Replaced SAMLConfigurations.ReloadOnConfigurationChange with SAMLController.ReloadConfigurationOnChange.
  • Added the ability to load any SAML configuration file changes without requiring an application restart.

ComponentSpace SAML v2.0 for ASP.NET Core v5.6.0 updates:

  • Added ISamlConfigurationChangeListener interface to monitor changes to the SAML configuration in appsettings.json with a default implementation which logs the changes.
  • Use GZip to compress the CookieSsoSessionStore cookie value to keep within browser limits.