ComponentSpace SAML v2.0 for ASP.NET

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

Veröffentlicht von ComponentSpace
Wird von ComponentSource seit 2002 vertrieben

Preise ab: $ 1,174.04 Version: v7.0.0 NEU Letzte Aktualisierung: Mar 4, 2024 5.00 Stern Durchschnittliche Bewertung5.00 Stern Durchschnittliche Bewertung5.00 Stern Durchschnittliche Bewertung5.00 Stern Durchschnittliche Bewertung5.00 Stern Durchschnittliche Bewertung (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.

ComponentSpace SAML v2.0 for ASP.NET Releases

Released: Feb 9, 2022

Updates in v5.1.0

Funktionen

  • 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

Updates in v5.0.0

Funktionen

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

Released: May 27, 2021

Updates in v4.8.0

Funktionen

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

Released: Jan 20, 2021

Updates in v4.7.0

Funktionen

  • 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

Updates in v4.6.0

Funktionen

  • 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

Updates in v4.5.0

Funktionen

  • 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

Updates in v4.4.0

Funktionen

  • 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

Updates in v4.3.0

Funktionen

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

Released: Mar 23, 2020

Updates in v4.2.0

Funktionen

  • 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

Updates in v4.1.0

Funktionen

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