ComponentSpace SAML Suite 릴리스

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:

  • Does not...

Released: Jan 8, 2020

Winter 2020 Update 버젼 업데이트

기능

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:

  • Treat each SAML...

Released: Oct 7, 2019

Fall 2019 Update 버젼 업데이트

기능

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.NET...

Released: Jun 11, 2019

Summer 2019 Update 버젼 업데이트

기능

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 using...

Released: Apr 2, 2019

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

Winter 2018 Update 2 버젼 업데이트

기능

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 browsers...

Released: Dec 4, 2018

Winter 2018 Update 버젼 업데이트

기능

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 support...

Released: Oct 18, 2018

Fall 2018 Update 버젼 업데이트

기능

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 support...

Released: Aug 10, 2018

Summer 2018 Update 버젼 업데이트

기능

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.ImportUrlAsync...