
Improves SOAP binding and now targets Microsoft .NET 6.
Features
ComponentSpace SAML v2.0 for ASP.NET v5.1.0 Updates:
- 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:
- Now targets Microsoft .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.