ComponentSpace SAML Suite Fall 2017 (ASP.NET v2.8.6, ASP.NET Core v2.0.2)

Released: Nov 7, 2017

Updates in Fall 2017 (ASP.NET v2.8.6, ASP.NET Core v2.0.2)

Features

  • 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 handler.
    • Added delegates for accessing and updating SAML protocol messages and assertions.

Fixes

  • SAML v2.0 for ASP.NET Core Fixes:
    • Fixed bug serializing encrypted element.