Released: Jan 3, 2018
Winter 2018 での更新項目
機能
SAML v2.0 for ASP.NET v2.8.7 updates:
- Improve configuration logging.
- When setting SAMLController.Configuration(s), ensure the SAMLConfigurationResolver is refreshed.
SAML v2.0 for ASP.NET Core v2.0.3 updates:
- Add SAML metadata generation, import and export support.
- Support no name identifier when sending a logout request.
- Make the SAML configuration ID optional.
- Register the IHttpContextAccessor as this is required when running on Azure.
- MVC attribute routing clears the HTTP request body so...
Released: Nov 7, 2017
Fall 2017 (ASP.NET v2.8.6, ASP.NET Core v2.0.2) での更新項目
機能
- SAML v2.0 for ASP.NET Updates:
- Refactored the ISAMLObserver interface to make it easier to use.
- For security reasons, only a single SAML assertion in the SAML response is allowed.
- SAML v2.0 for ASP.NET Core Updates:
- Added SAML mapping rules to enable simple identity transformations.
- Changed X509SerialNumber schema definition from integer to string as some numbers are longer than an integer.
- Added support for Artifact, PAOS, SOAP and URI bindings.
- Added support for logout in the authentication...
Released: Sep 24, 2017
Fall 2017 での更新項目
機能
-
SAML v2.0 for ASP.NET updates:
- For the .NET 4.6 build, use X509Certificate2.GetRSAPublicKey() as this returns an RSACngAdd IConfigurationResolver for dynamic resolution of SAML configuration.
- Make exception constructors public so they may be thrown by custom classes implementing interfaces.
- Enhance SAML metadata import and export.
-
SAML v2.0 for ASP.NET Core updates:
- Adds support for ASP.NET Core 2.0 applications.
Released: Aug 9, 2017
Summer 2017 での更新項目
機能
- SAML v2.0 for ASP.NET updates:
- Added support for receiving SAML responses from Postman.
- Includes scoping in SSOOptions to support Azure domain hint.
- Added CyclicTraceListener to produce daily logs.
- Added support for SHA-256 XML signature generation.
- Default XML encryption updated.
- Added WantAssertionOrResponseSigned configuration flag.
- Added SAMLIdentityProvider.CanSLO and SAMLServiceProvider.CanSLO methods.
- Added LocalCertificateString, PartnerCertificateString etc to the configuration to...
Released: Jun 12, 2017
Spring 2017 での更新項目
機能
- The SAML v2.0 for ASP.NET Core product is now included.
- Added .NET 4.6 version of the DLL to support Cryptographic New Generation (CNG).
- Changed SAMLServiceProvider.ReceiveSSO to also return the AuthnContext.
- Included NuGet packages for each version of the DLL.
- Switched to semantic versioning (Major.Minor.Patch).
不具合の修正
- Updates in SAML v2.0 for ASP.NET Core v1.0.2:
- Ensure there are SAML attributes before attempting to create claims from them.
- For the recipient and destination checks, support...
Released: Oct 6, 2016
Summer 2016 Update 2 での更新項目
機能
- Added more example configurations including OneLogin, PingOne, Bitium, Centrify, Freshdesk, Zendesk.
不具合の修正
- Fixed bug with metadata import and SecondaryLocalCertificateStoreLocation attribute.
- The RequestAuthnContext comparison value now defaults to “exact” rather than being set to “minimum”.
Released: Aug 31, 2016
Summer 2016 (2.6.0.16) での更新項目
機能
ComponentSpace SAML v2.0 Component 2.6.0.16 Updates:
- Support sending relay state on logout with the high-level API.
- Added extra checking when receiving SAML messages.
- When exporting metadata set the SPSSODescriptor's AuthnRequestsSigned correctly.
- Expose the schema warnings and errors as properties to the SAMLSchemaValidationException.
- Added SAMLController.Uninitialize method so SAML configuration may be reloaded.
- Added WSO2 identity server example configuration.
- Improved support for dynamic...
Released: Mar 3, 2016
Updates in this release
Updates in v2.6.0.13
- Minor bug fixes and enhancements.
Released: Sep 29, 2015
Updates in this release
Updates in SAML v2.0 (2.6.0.8)
- Support for Visual Studio 2015 and .NET Framework 4.6
- Support for SHA-384 and SHA-512 XML signatures
- Add support for X.509 certificates stored in current user Windows certificate store location for cloud deployments
Released: Nov 18, 2014
Updates in this release
Updates in SAML v2.0 (2.5.0.20)
- Enhancements to the SAML configuration
- Support for storing SAML session information in a database for web farm deployments