ComponentSpace SAML for ASP.NET

Implementa declarações, protocolo, vínculos e perfis do SAML v2.0.

Publicado por ComponentSpace
Distribuído pela ComponentSource desde 2002

Preços a partir de: $ 1,273.02 Versão: v8.0.0 Atualizado: Jan 5, 2026 5.00 Comentário com média em estrelas5.00 Comentário com média em estrelas5.00 Comentário com média em estrelas5.00 Comentário com média em estrelas5.00 Comentário com média em estrelas (4)

i

ComponentSpace SAML v2.0 for ASP.NET (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 Core can be found here: ComponentSpace for SAML 2.0 for ASP.NET Core .

ComponentSpace SAML v...

Show more

ComponentSpace SAML v2.0 for ASP.NET (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 Core can be found here: ComponentSpace for SAML 2.0 for ASP.NET Core .

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.

Lançamentos do ComponentSpace SAML for ASP.NET

Released: Sep 7, 2023

Atualizações na v6.4.0

Recursos

  • Adds support for automatic and scheduled deletion of expired entries when using the database SSO session store.
  • Adds the ability to include the certificate thumbprint in the certificate filename to ensure it is unique, as different certificates may have the same subject DN, when importing metadata.

Released: May 19, 2023

Atualizações na v6.3.0

Recursos

  • Added support for extension elements in SAML authn requests via the SSOOptions.

Correções

  • Fixed issue with SAMLServiceProvider.IsSSOCompletionPending.

Released: Mar 15, 2023

Atualizações na v6.2.0

Recursos

  • Added the DisableClearAllSessionsOnLogout flag to configure how multi-session SLO is handled.
  • 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...

Released: Jan 11, 2023

Atualizações na v6.1.0

Recursos

  • When sending a logout request, start with the most recent rather than the oldest session.
  • Disable SHA-1 support by default. If required, it can be enabled using the EnableSha1Support configuration flag.

Released: Nov 17, 2022

Atualizações na v6.0.0

Recursos

  • Added support for encrypted Name IDs.
  • Added support for multiple pending SAML responses within the one browser session.
  • Removed the pre Microsoft .NET 4.0 framework HttpRequest/HttpResponse based low-level APIs.

Released: Sep 7, 2022

Atualizações na v5.4.0

Recursos

  • Added SAMLAttribute.ToString(separator) overload.
  • If returning attributes in an IDictionary, return multi-values separated by a comma.
  • Use the System.Security.Cryptography.Xml update that addresses Microsoft Security Advisory CVE-2022-34716.

Released: Jul 5, 2022

Atualizações na v5.3.0

Recursos

  • Updated the XML schema to support the new XML encryption methods.
  • Repackaged the XML encryption extensions as NuGet packages.

Released: Apr 26, 2022

Atualizações na v5.2.0

Recursos

  • Add support for the MySqlConnector database provider.
  • Support WebHosting and other Windows certificate stores.

Released: Feb 9, 2022

Atualizações na v5.1.0

Recursos

  • No longer supports Microsoft .NET 2.0 framework. The minimum support level is now .NET 4.0 framework.
  • Now includes Microsoft Visual Studio 2022 examples solution.
  • If WantAssertionOrResponseSigned is set, the component will now attempt to verify the SAML assertion signature even if the SAML response signature failed to verify.
  • Added support for specifying the Destination through the SSOOptions.

Released: Oct 14, 2021

Atualizações na v5.0.0

Recursos

  • Enables Entity Framework support for the SAML configuration.
  • Adds support for the HTTP-Post binding for non-standard platforms using SAMLHttpResponse.
  • Supports extension XML schemas to validate custom SAML attribute value datatypes.
  • Defaults to validating SAML messages against the XML schemas.
  • Supports Strong name and allows partially trusted callers for the extension DLLs so they can run in medium trust environments.
  • For consistency, this release renames the configuration ID to Name...