ComponentSpace SAML for ASP.NET

Implementa protocollo, associazioni, profili e asserzioni SAML v2.0.

Pubblicato da ComponentSpace
Distribuito da ComponentSource dal 2002

Prezzi da: US$ 1,273.02 Versione: v8.0.0 Aggiornato il: Jan 5, 2026 Media stelle Recensioni: 5.00Media stelle Recensioni: 5.00Media stelle Recensioni: 5.00Media stelle Recensioni: 5.00Media stelle Recensioni: 5.00 (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.

Rilasci di ComponentSpace SAML for ASP.NET

Released: May 27, 2021

Aggiornamenti in v4.8.0

Funzionalità

  • The ResolveToHttps configuration flag should only apply to relative URLs.
  • Supports IdP-initiated SSO relay state being specified through configuration.

Released: Jan 20, 2021

Aggiornamenti in v4.7.0

Funzionalità

  • Set the SSO session store memory cache item priority to NotRemovable.
  • Support the recipient field in the SAML assertion being either the entity ID or assertion consumer service URL.
  • Add ResolveToHttps configuration to better support SSL terminating load balancers.

Released: Nov 19, 2020

Aggiornamenti in v4.6.0

Funzionalità

  • Supports EC-DSA signature algorithms.
  • For Microsoft .NET 4.8 builds, use the X509KeyStorageFlags.EphemeralKeySet flag when loading certificates to avoid private key container permission issues.
  • Adds support for encrypting the Name ID in the logout request.
  • Supports AES-GCM encryption through XML encryption extensions.

Released: Oct 20, 2020

Aggiornamenti in v4.5.0

Funzionalità

  • Ensures the assertion hasn’t expired before adding its ID to the assertion replay check cache.
  • Supports an optional subject alternative name in CreateSelfSignedCert.
  • Allows refactoring the XML encryption class so it is easier to support other algorithms.
  • Makes it easier to specify a different target for the HTTP Post HTML form.

Released: Sep 7, 2020

Aggiornamenti in v4.4.0

Funzionalità

  • Added support for clearing the certificate cache through the ICachedCertificateLoader interface.
  • When importing metadata include the certificate thumbprint in the file name for uniqueness.
  • Supports RSASSA-PSS signature algorithms.
  • Include BEGIN/END CERTIFICATE in CreateSelfSignedCert.

Released: May 7, 2020

Aggiornamenti in v4.3.0

Funzionalità

  • Check the configured use when loading local certificates.
  • Change the certificate manager to minimize the number of configuration resolver calls.

Released: Mar 23, 2020

Aggiornamenti in v4.2.0

Funzionalità

  • Add SAMLHttpRequest.Headers property.
  • Validate decrypted SAML assertions against the SAML XML schemas.
  • Remove any -----BEGIN/END CERTIFICATE----- when loading a certificate string.
  • Support disabling IdP-initiated SSO.
  • Tighten up the InResponseTo checking.

Released: Feb 22, 2020

Aggiornamenti in v4.1.0

Funzionalità

  • Allow for long serial numbers when validating SAML metadata against the schema.
  • Don’t attempt SLO to a partner SP if an SLO URL hasn’t been configured.
  • Handle a missing User-Agent header when checking for SameSite=None compatibility.
  • Include UC Browser on Android compatibility check.
  • Does not clear the cookie's secure flag if the connection isn't secure as there might be an SSL terminating load balancer.

Released: Jan 8, 2020

Aggiornamenti in v4.0.0

Funzionalità

  • 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.

Released: Oct 7, 2019

Aggiornamenti in v3.5.0

Funzionalità

  • Updates the SAML configuration to support any number of certificates.
  • Supports the import/export of any number of certificates.
  • Supports separate signature and encryption certificates.
  • Enhances the subject confirmation data support.
  • Supports specifying via the SSO options the subject and conditions to include in the authn request.
  • Adds the DisableLogoutResponseStatusCheck configuration flag.
  • Adds the CreateSelfSignedCert example.