ComponentSpace SAML for ASP.NET Core

Implementa aserciones, protocolo, vinculaciones y perfiles de SAML v2.0.

Publicado por ComponentSpace
Distribuido por ComponentSource desde 2002

Precios desde: US$ 1,273.02 Versión: v6.0.0 Actualizado: Jan 5, 2026 4.50  - Puntuación media de estrellas4.50  - Puntuación media de estrellas4.50  - Puntuación media de estrellas4.50  - Puntuación media de estrellas4.50  - Puntuación media de estrellas (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.

Lanzamientos de ComponentSpace SAML for ASP.NET Core

Released: Jan 5, 2026

Actualizaciones en v6.0.0

Características

  • Added the 'DisableValidationCheck' configuration flag so validation can be disabled for specific certificates.
  • Added the 'ISsoStatus.GetConfigurationName' method.
  • Now returns the ConfigurationName in authentication properties when using the SAML authentication handler for IdP-initiated SSO.
  • Now targets .NET 8, .NET 9 and .NET 10. Dropped support for .NET 6.

Released: Oct 15, 2025

Actualizaciones en v5.7.0

Características

  • Added OnGenerateSignature, OnVerifySignature, OnEncrypt and OnDecrypt events to assist with X.509 certificate management.

Released: Aug 5, 2025

Actualizaciones en v5.6.0

Características

  • Added ISamlConfigurationChangeListener interface to monitor changes to the SAML configuration in appsettings.json with a default implementation which logs the changes.
  • Use GZip to compress the CookieSsoSessionStore cookie value to keep within browser limits.

Released: Jun 26, 2025

Actualizaciones en v5.5.0

Características

  • Added support for SSO and SLO across multiple SAML configurations within the same browser session.
  • Made the exception message for an invalid certificate more explicit by suggesting checking for expired certificates.

Released: May 20, 2025

Actualizaciones en v5.4.0

Características

  • As well as the entity ID, now accepts an audience restriction URI that is the assertion consumer service URL.

Released: Jan 10, 2025

Actualizaciones en v5.3.0

Características

  • Target .NET 9.0, as well as .NET 8.0 and .NET 6.0.
  • Added .NET 9 example projects.
  • Added the ability to use a random number generator rather than GUIDs for IDs.

Released: Nov 28, 2024

Actualizaciones en v5.2.0

Características

  • Can now check the protocol binding in the authn request is valid.
  • Can now check the logout request validity time.
  • Can now check the SAML assertion subject confirmation data validity time.

Released: Jul 25, 2024

Actualizaciones en v5.1.0

Características

  • Change HttpPostFormOptions.OtherFormVariables to a delegate to support dynamic form variable values.
  • Include the NameIDFormat in the ISpSsoResult and the SAML authentication handler's AuthenticationProperties.
  • When there are multiple pending SAML responses within the one browser session, respond to the most recent first rather than the oldest.
  • Make the SAML authentication handler property key names public.
  • Make the SAML authentication handler and middleware inheritable.
  • Support...

Released: Mar 4, 2024

Actualizaciones en v5.0.0

Características

  • Targets .NET 8.0 as well as.NET 6.0 and .NET Core 3.1.
  • Added .NET 8 example projects.
  • Added the ISAMLConfigurationNameResolver interface to support Entra ID multi-tenant applications and any other use cases where SAML message issuer names don't map directly to partner configuration names.

Correcciones

  • When importing metadata, default the WantAuthnRequestsSigned and AuthnRequestsSigned flags to false as per the SAML specification.

Released: Nov 8, 2023

Actualizaciones en v4.10.0

Características

  • Added support for the AuthnRequest’s ProtocolBinding field.
  • Added support for the ECP profile when acting as the identity provider.
  • Added support for RSA-OAEP XML encryption through the RSA-OAEP security extension.