ComponentSpace SAML Suite - Winter 2018 Update 2

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.
  • In the SAML authentication handler, automatically change the base path of the external login callback redirect URL to match the case of the assertion consumer service URL to ensure the browser sends the Identity.External cookie.
  • Add base path support to the SAML authentication handler and middleware.
  • Include the authn context and partner name in the authentication properties returned by the SAML authentication handler.