ComponentSpace SAML Suite - Winter 2020 Update

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 attribute value as a separate claim in the SAML authentication handler.
  • Support overriding the setting of the SAML session cookie.
  • Includes code demonstrating how to handle browsers that don’t support SameSite=None.