ComponentSpace SAML for ASP.NET(英語版)

SAML v2.0のアサーション、プロトコル、バインディング、プロファイルを実装。

ComponentSpace 社の製品
2002 年より日本国内にてComponentSourceで販売中。

価格:¥ 269,610 (税込)〜 バージョン: v8.0.0 更新日: Jan 5, 2026 レビューの平均スコア: 5.00レビューの平均スコア: 5.00レビューの平均スコア: 5.00レビューの平均スコア: 5.00レビューの平均スコア: 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.

ComponentSpace SAML for ASP.NET のリリース

Released: May 27, 2021

v4.8.0 での更新項目

機能

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

Released: Jan 20, 2021

v4.7.0 での更新項目

機能

  • 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

v4.6.0 での更新項目

機能

  • 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

v4.5.0 での更新項目

機能

  • 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

v4.4.0 での更新項目

機能

  • 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

v4.3.0 での更新項目

機能

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

Released: Mar 23, 2020

v4.2.0 での更新項目

機能

  • 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

v4.1.0 での更新項目

機能

  • 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

v4.0.0 での更新項目

機能

  • 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

v3.5.0 での更新項目

機能

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