ComponentSpace SAML for ASP.NET Core

Implementieren Sie SAML v2.0-Assertions, -Protokolle, -Bindings und -Profile.

Veröffentlicht von ComponentSpace
Wird von ComponentSource seit 2002 vertrieben

Preise ab: US$ 1,273.02 Version: v6.0.0 Letzte Aktualisierung: Jan 5, 2026 4.50 Stern Durchschnittliche Bewertung4.50 Stern Durchschnittliche Bewertung4.50 Stern Durchschnittliche Bewertung4.50 Stern Durchschnittliche Bewertung4.50 Stern Durchschnittliche Bewertung (3)

i

ComponentSpace SAML v2.0 for ASP.NET Core (for SAML v2.0 specification only) can also be bought as part of ComponentSpace SAML Suite that includes SAML v2.0 component for ASP.NET Core as well as the SAML v1.1 and SAML v2.0 components for ASP.NET.

ComponentSpace SAML v2.0 specification component for ASP.NET can be found here: ComponentSpace for SAML 2.0 for ASP.NET .

ComponentSpace SAML v...

Show more

ComponentSpace SAML v2.0 for ASP.NET Core (for SAML v2.0 specification only) can also be bought as part of ComponentSpace SAML Suite that includes SAML v2.0 component for ASP.NET Core as well as the SAML v1.1 and SAML v2.0 components for ASP.NET.

ComponentSpace SAML v2.0 specification component for ASP.NET can be found here: ComponentSpace for SAML 2.0 for ASP.NET .

ComponentSpace SAML v1.1 specification component can be found here: ComponentSpace for SAML 1.1 for ASP.NET .

If you require information about ComponentSpace SAML Components, please visit the pages above or Contact Us for pricing and availability.

ComponentSpace SAML v2.0 for ASP.NET Core v4.7.0

Released: Mar 15, 2023

Updates in v4.7.0

Funktionen

  • Added ClearSessionAsync overload that clears the session for the named partner only.
  • Added the DisableClearAllSessionsOnLogout flag to configure how multi-session SLO is handled.
  • Added ISamlCachedConfigurationResolver and support explicit clearing of the SAML configuration cache.
  • Added ICertificateImporter to make storage of certificates more flexible when importing SAML metadata.
  • Defaulted the configuration flags SignLogoutRequest, SignLogoutResponse, WantLogoutRequestSigned and WantLogoutResponseSigned to true as these messages must be signed as per the SAML Profiles specification.
  • Defaulted the configuration flag SignAssertion to true as per the SAML Profiles specification.
  • Defaulted the configuration flags SignAuthnRequest and WantAuthnRequestSigned to true to encourage best security practices.
  • Updated support for .NET Core 3.1 and .NET 6.0, target .NET 7.0.

Fehlerkorrekturen

  • Now cleans up the session state properly as IsSSO was returning true after SLO.