Released: Aug 5, 2025
Summer 2025 (Update 1) 버젼 업데이트
기능
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.