Released: Jan 5, 2026
Atualizações na 2026.1
Recursos
ComponentSpace SAML for ASP.NET v8.0.0 updates:
- Added the 'DisableValidationCheck' configuration flag so validation can be disabled for specific certificates.
- Now includes a Microsoft Visual Studio 2026 example solution.
- .NET Framework 4.6.2 and above are now supported. Dropped support for .NET Framework 4.0.
ComponentSpace SAML for ASP.NET Core v6.0.0 updates:
- Added the 'DisableValidationCheck' configuration flag so validation can be disabled for specific certificates.
- Added the...
Released: Oct 15, 2025
Atualizações na Fall 2025
Recursos
ComponentSpace SAML v2.0 for ASP.NET v7.7.0 updates:
- Added OnGenerateSignature, OnVerifySignature, OnEncrypt and OnDecrypt events to assist with X.509 certificate management.
ComponentSpace SAML v2.0 for ASP.NET Core v5.7.0 updates:
- Added OnGenerateSignature, OnVerifySignature, OnEncrypt and OnDecrypt events to assist with X.509 certificate management.
Released: Aug 5, 2025
Atualizações na Summer 2025 (Update 1)
Recursos
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...
Released: Jun 26, 2025
Atualizações na Summer 2025
Recursos
ComponentSpace SAML v2.0 for ASP.NET v7.5.0 updates:
- Added support for SSO and SLO across multiple SAML configurations within the same browser session.
- Made the exception message for an invalid certificate more explicit by suggesting checking for expired certificates.
ComponentSpace SAML v2.0 for ASP.NET Core v5.5.0 updates:
- Added support for SSO and SLO across multiple SAML configurations within the same browser session.
- Made the exception message for an invalid certificate more...
Released: May 20, 2025
Atualizações na Spring 2025
Recursos
ComponentSpace SAML v2.0 for ASP.NET v7.4.0 updates:
- Added support for certificate validation through the ICertificateValidator interface.
- As well as the entity ID, now accepts an audience restriction URI that is the assertion consumer service URL.
ComponentSpace SAML v2.0 for ASP.NET Core v5.4.0 updates:
- As well as the entity ID, now accepts an audience restriction URI that is the assertion consumer service URL.
Released: Jan 10, 2025
Atualizações na Winter 2025
Recursos
ComponentSpace SAML v2.0 for ASP.NET v7.3.0 updates:
- Added the ability to use a random number generator rather than GUIDs for IDs.
ComponentSpace SAML v2.0 for ASP.NET Core v5.3.0 updates:
- Target .NET 9.0, as well as .NET 8.0 and .NET 6.0.
- Added .NET 9 example projects.
- Added the ability to use a random number generator rather than GUIDs for IDs.
Released: Nov 28, 2024
Atualizações na Winter 2024
Recursos
ComponentSpace SAML v2.0 for ASP.NET v7.2.0 updates:
- Added the KeyEncryptionDigestMethod and KeyEncryptionMaskGenerationFunction configuration properties for the 2009/xmlenc11#rsa-oaepand 2001/04/xmlenc#rsa-oaep-mgf1p key encryption algorithms.
- Removed the .NET Framework limitations by moving to BouncyCastle for RSA-OAEP support.
ComponentSpace SAML v2.0 for ASP.NET Core v5.2.0 updates:
- Can now check the protocol binding in the authn request is valid.
- Can now check the logout request...
Released: Jul 25, 2024
Atualizações na Summer 2024
Recursos
ComponentSpace SAML v2.0 for ASP.NET v7.1.0 updates:
- When there are multiple pending SAML responses within the one browser session, respond to the most recent first rather than the oldest.
- Support encryption certificates when exporting IdP metadata.
ComponentSpace SAML v2.0 for ASP.NET Core v5.1.0 updates:
- Change HttpPostFormOptions.OtherFormVariables to a delegate to support dynamic form variable values.
- Include the NameIDFormat in the ISpSsoResult and the SAML authentication handler's...
Released: Mar 4, 2024
Atualizações na Spring 2024
Recursos
ComponentSpace SAML v2.0 for ASP.NET v7.0.0 updates:
- Adds the ISAMLConfigurationNameResolver interface to support Entra ID multi-tenant applications and any other use cases where SAML message issuer names don't map directly to partner configuration names.
- Adds the methods IsLocalIdentityProvider, IsLocalServiceProvider, GetPartnerIdentityProviderNames and GetPartnerServiceProviderNames to the ISAMLConfigurationResolver interface for better support of dynamic SAML configurations...
Released: Nov 8, 2023
Atualizações na Fall 2023 Update 2
Recursos
ComponentSpace SAML v2.0 for ASP.NET v6.5.0 updates:
- Added support for certificate file passwords stored in web.config using the PasswordKey property.
ComponentSpace SAML v2.0 for ASP.NET Core v4.10.0 updates:
- Added support for the AuthnRequest’s ProtocolBinding field.
- Added support for the ECP profile when acting as the identity provider.
- Added support for RSA-OAEP XML encryption through the RSA-OAEP security extension.