Released: Aug 6, 2021
Summer 2021 Release 1 (v4.8.0+v3.7.0) での更新項目
機能
ComponentSpace SAML v2.0 for ASP.NET Core v3.7.0 Updates:
- As well as .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...
Released: May 27, 2021
Spring 2021 Release 2 (v4.8.0+v3.6.0) での更新項目
機能
ComponentSpace SAML v2.0 for ASP.NET v4.8.0 Updates:
- The ResolveToHttps configuration flag should only apply to relative URLs.
- Supports IdP-initiated SSO relay state being specified through configuration.
ComponentSpace SAML v2.0 for ASP.NET Core v3.6.0 Updates:
- Add Keep and Remove mapping rules.
- The ResolveToHttps configuration flag should only apply to relative URLs.
- Prefix the path base to relative URLs only in the SAML authentication handler and middleware.
- Supports IdP-initiated SSO...
Released: Mar 25, 2021
Spring 2021 Release (v4.7.0+v3.5.0) での更新項目
機能
ComponentSpace SAML v2.0 for ASP.NET Core v3.5.0 Updates:
- Target .NET Standard 2.0 for .NET Core 2.0 and above and .NET Standard 2.1 for .NET Core 3.0 and above.
- Support AES-GCM data encryption.
- Support OAEP key encryption.
Released: Jan 20, 2021
Winter 2021 Release 1 (v4.7.0+v3.4.0) での更新項目
機能
SAML v2.0 for ASP.NET v4.7.0 updates:
- Set the SSO session store memory cache item priority to NotRemovable.
- Support the recipient field in the SAML assertion being either the entity ID or assertion consumer service URL.
- Add ResolveToHttps configuration to better support SSL terminating load balancers.
SAML v2.0 for ASP.NET Core v3.4.0 updates:
- Support Content-Security-Policy headers for JavaScript.
- Support the AuthenticationSchemeOptions.EventsType property.
- Add ResolveToHttps configuration...
Released: Nov 19, 2020
Fall 2020 Release 3 (v4.6.0+v3.3.0) での更新項目
機能
SAML v2.0 for ASP.NET v4.6.0 updates:
- Supports EC-DSA signature algorithms.
- For Microsoft .NET 4.8 builds, use the X509KeyStorageFlags.EphemeralKeySet flag when loading certificates to avoid private key container permission issues.
- Adds support for encrypting the Name ID in the logout request.
- Supports AES-GCM encryption through XML encryption extensions.
SAML v2.0 for ASP.NET Core v3.3.0 updates:
- Handle SAML assertions not including a subject.
- Supports EC-DSA signature algorithms.
- Use the...
Released: Oct 20, 2020
Fall 2020 Release 2 (v4.5.0+v3.2.0) での更新項目
機能
SAML v2.0 for ASP.NET v4.5.0 updates:
- Ensures the assertion hasn’t expired before adding its ID to the assertion replay check cache.
- Supports an optional subject alternative name in CreateSelfSignedCert.
- Allows refactoring the XML encryption class so it is easier to support other algorithms.
- Makes it easier to specify a different target for the HTTP Post HTML form.
SAML v2.0 for ASP.NET Core v3.2.0 updates:
- Supports RSASSA-PSS signature algorithms (
Released: Sep 7, 2020
Fall 2020 (v4.4.0+v3.1.0) での更新項目
機能
SAML v2.0 for ASP.NET v4.4.0 updates:
- Added support for clearing the certificate cache through the ICachedCertificateLoader interface.
- When importing metadata include the certificate thumbprint in the file name for uniqueness.
- Supports RSASSA-PSS signature algorithms.
- Include BEGIN/END CERTIFICATE in CreateSelfSignedCert.
SAML v2.0 for ASP.NET Core v3.1.0 updates:
- Supports extending the MetadataImporter/MetadataExporter classes.
- Include BEGIN/END CERTIFICATE in CreateSelfSignedCert.
Released: May 7, 2020
Spring 2020 Update 2 (v4.3.0+v3.0.0) での更新項目
機能
SAML v2.0 for ASP.NET v4.3.0 updates:
- Check the configured use when loading local certificates.
- Change the certificate manager to minimize the number of configuration resolver calls.
SAML v2.0 for ASP.NET Core v3.0.0 updates:
- Change the certificate manager to minimize the number of configuration resolver calls.
- Include HttpContext argument for all events.
- Include HttpContext argument for authentication handler and middleware delegates.
- Include .NET Core 3.1 examples.
Released: Mar 23, 2020
Spring 2020 Update (v4.2.0+v2.9.0) での更新項目
機能
SAML v2.0 for ASP.NET v4.2.0 updates:
- Add SAMLHttpRequest.Headers property.
- Validate decrypted SAML assertions against the SAML XML schemas.
- Remove any -----BEGIN/END CERTIFICATE----- when loading a certificate string.
- Support disabling IdP-initiated SSO.
- Tighten up the InResponseTo checking.
SAML v2.0 for ASP.NET Core v2.9.0 updates:
- Validate decrypted SAML assertions against the SAML XML schemas.
- Remove any -----BEGIN/END CERTIFICATE----- when loading a certificate string.
- Support disabling...
Released: Feb 22, 2020
Winter 2020 Update (v4.1.0+v2.8.0) での更新項目
機能
SAML v2.0 for ASP.NET v4.1.0 updates:
- Allow for long serial numbers when validating SAML metadata against the schema.
- Don’t attempt SLO to a partner SP if an SLO URL hasn’t been configured.
- Handle a missing User-Agent header when checking for SameSite=None compatibility.
- Include UC Browser on Android compatibility check.
- Does not clear the cookie's secure flag if the connection isn't secure as there might be an SSL terminating load balancer.
SAML v2.0 for ASP.NET Core v2.8.0 updates: