
Adds support for certificate validation and enhances support for .NET 5.0.
Features
ComponentSpace SAML v2.0 for ASP.NET Core v3.7.0 Updates:
- As well as Microsoft .NET Standard 2.0 and 2.1, target .NET 5.0.
- Add support for certificate validation.
- Provide a better exception message in the destination check.
- Support charset being included in the Content-Type header for HTTP-Post.
- In SOAP binding, call FlushAsync after WriteAsync rather than relying on Dispose to avoid InvalidOperationException: Synchronous operations are disallowed.
- Add the IMetadataComparer interface for comparing SAML metadata.
- Add the CheckForMetadataUpdates example.
- Add OnInitiateSso, OnInitiateSlo and OnSendSlo events to the SAML authentication handler.
- Add OnInitiateSso, OnSendSso, OnInitiateSlo and OnSendSlo events to the SAML middleware.
- Support extension XML schemas to validate custom SAML attribute value datatypes.