Released: Jan 8, 2020
Updates in Winter 2020 Update
Funktionen
SAML v2.0 for ASP.NET v4.0.0 updates:
- Includes a Microsoft .NET Framework v4.8 specific build.
- Set the SAML session cookie SameSite mode to None for all Microsoft .NET Framework builds.
- Support overriding the setting of the SAML session cookie.
- Handle browsers that don’t support SameSite=None.
- Support the SAML session cookie being either a session or permanent cookie.
- Support programmatically turning the SAML diagnostics on or off.
SAML v2.0 for ASP.NET Core v2.7.0 updates:
Released: Oct 7, 2019
Updates in Fall 2019 Update
Funktionen
SAML v2.0 for ASP.NET v3.5.0 updates:
- Updates the SAML configuration to support any number of certificates.
- Supports the import/export of any number of certificates.
- Supports separate signature and encryption certificates.
- Enhances the subject confirmation data support.
- Supports specifying via the SSO options the subject and conditions to include in the authn request.
- Adds the DisableLogoutResponseStatusCheck configuration flag.
- Adds the CreateSelfSignedCert example.
SAML v2.0 for ASP...
Released: Jun 11, 2019
Updates in Summer 2019 Update
Funktionen
SAML v2.0 for ASP.NET updates:
- Don't mark the SAML session cookie as secure if not using HTTPS.
- Make authn request scoping information available to the IdP through the SSOOptions.
- Support importing multiple certificates in the MetadataImporter.
SAML v2.0 for ASP.NET Core updates:
- To support GDPR, specify the SAML session cookie as essential.
- Include the relay state in the On…Received delegates.
- Add IConfigurationToMetadata interface.
- Don't mark the SAML session cookie as secure if not...
Released: Apr 2, 2019
Updates in Spring 2019 Update
Updates in Spring 2019 Update
SAML v2.0 for ASP.NET v3.3.0 updates:
- Strong named the assemblies.
SAML v2.0 for ASP.NET Core v2.4.0 updates:
- Strong named the assembly.
Released: Feb 18, 2019
Updates in Winter 2018 Update 2
Funktionen
SAML v2.0 for ASP.NET v3.2.0 updates:
- Include the Content-Type header in HTTP-Post to support nosniff.
- Move the JavaScript to after the HTML body for HTTP-Post to support older browsers.
- Support extending the CertificateManager class for custom implementations.
SAML v2.0 for ASP.NET Core v2.3.0 updates:
- Move example projects to ASP.NET Core 2.2.
- Include the Content-Type header in HTTP-Post to support nosniff.
- Move the JavaScript to after the HTML body for HTTP-Post to support older...
Released: Dec 4, 2018
Updates in Winter 2018 Update
Funktionen
SAML v2.0 for ASP.NET v3.1.0 updates:
- Add support for the content security policy HTTP header.
- Default the SAML cookie to secure.
- Sign NuGet packages.
SAML v2.0 for ASP.NET Core v2.1.0 updates:
- Add cookie SSO session store.
- Add ISsoStatus.GetPartnerPendingResponse.
- Support specifying the configuration ID and partner name to middleware via query string parameters.
- Support specifying the configuration ID and partner name to the authentication handler via authentication properties.
- Add...
Released: Oct 18, 2018
Updates in Fall 2018 Update
Funktionen
SAML v2.0 for ASP.NET v3.0.0 updates:
- Move to a single NuGet package and use this in the refreshed example projects.
- Provide better support for ISAMLConfigurationResolver implementations when exporting metadata.
- Include partner name in ISAMLObserver methods.
- Add session ID delegate for storing the session ID in a custom cookie.
- Add LocalCertificateKey/PartnerCertificateKey configuration settings to support certificates stored in the Azure key vault.
- Remove basic authentication header...
Released: Aug 10, 2018
Updates in Summer 2018 Update
Funktionen
SAML v2.0 for ASP.NET Core v2.0.6 updates:
- Support disabling XML schema checks.
- Add interfaces for IdPSsoResult, SpSsoResult, SloResult etc to make mocking these for testing easier.
- Support HttpOnly and Secure options for SAML cookie.
- Add a display message parameter to the HTTP-Post template in case a message should be displayed in the browser.
- Support custom advice in the SAML assertion.
- Add GenerateSignature and CreateConfiguration examples.
- Add MetadataToConfiguration...
Released: May 24, 2018
Updates in Spring 2018 Update
Funktionen
SAML v2.0 for ASP.NET Core v2.0.5 updates:
- The SAML authentication handler now supports IdP-initiated SSO and SLO.
- Add copy mapping rule.
- Support the assertion consumer service binding being specified in the partner identity provider configuration so it can be included in the authn request.
- Handle the artifact response not including a SAML message.
- Do not require the SOAPAction header as not all implementations include it.
- When using the SOAP binding, support all certificates as...
Released: Mar 13, 2018
Updates in Spring 2018
Funktionen
SAML v2.0 for ASP.NET v2.8.8 updates:
- Supports specifying a requested NameID in the authn request through SSO options.
- Supports the IdP specifying the authn context programmatically.
SAML v2.0 for ASP.NET Core v2.0.4 updates:
- Adds Azure key vault support.
- Adds OnResolveUrl delegate so SAML message destination URLs may be changed.
- Adds HTTP-Artifact support to the main APIs.
- Uses IOptionsSnapshot to pick up configuration changes without an application restart.
- Supports specifying a...