Released: Feb 9, 2022
Aggiornamenti in Spring 2022 Release 1 (v5.1.0+v4.1.0)
Funzionalità
ComponentSpace SAML v2.0 for ASP.NET v5.1.0 Updates:
- No longer supports Microsoft .NET 2.0 framework. The minimum support level is now .NET 4.0 framework.
- Includes Microsoft Visual Studio 2022 examples solution.
- If WantAssertionOrResponseSigned is set, the component will now attempt to verify the SAML assertion signature even if the SAML response signature failed to verify.
- Added support for specifying the Destination through the SSOOptions.
ComponentSpace SAML v2.0 for ASP.NET Core v4.1.0 Updates:
- Dropped support for Microsoft .NET Core 2.1 and now targets .NET Core 3.1, .NET 5 and .NET 6.
- Includes Microsoft Visual Studio 2022 examples solution.
- For SOAP binding, you can now use asynchronous dispose of stream writers as the http.sys web server defaults to not allow synchronous I/O.
- If WantAssertionOrResponseSigned is set, the component will now attempt to verify the SAML assertion signature even if the SAML response signature failed to verify.
- Added support for specifying the Destination through the SSOOptions.