ComponentSpace SAML Suite Summer 2017
Released: Aug 9, 2017
Atualizações na Summer 2017
Recursos
- 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 make it easier to load certificates from a database.
- SAML v2.0 for ASP.NET Core updates:
- Includes scoping in SsoOptions to support Azure domain hint.
- Used a fixed cookie name for the SSO session state so it can be retrieved after application restarts.
- Added DistributedSsoSessionStoreOptions to make the cookie name configurable if required.
- Added WantAssertionOrResponseSigned configuration flag.
- Added the ISamlConfigurationResolver interface so resolution of configuration may be customized and not necessarily reliant on SAML configuration.
- Added SsoStatus.CanSlo methods.
- Made ICertificateLoader and IHttpRedirectBinding async.
- Used a ConcurrentDictionary rather than explicit locks in the CachedCertificateLoader.
Correções
- SAML v2.0 for ASP.NET Core updates:
- Fixed bug when UseEmbeddedCertificate set to true.
- Fixed bug setting the xml:lang attribute in metadata.