ComponentSpace SAML for ASP.NET Core(英語版)

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

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

価格:¥ 269,610 (税込)〜 バージョン: v6.2.0 新機能 更新日: May 15, 2026 レビューの平均スコア: 4.50レビューの平均スコア: 4.50レビューの平均スコア: 4.50レビューの平均スコア: 4.50レビューの平均スコア: 4.50 (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.

ComponentSpace SAML for ASP.NET Core のリリース

Released: Feb 22, 2020

v2.8.0 での更新項目

機能

  • 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

v2.7.0 での更新項目

機能

  • Treat each SAML attribute value as a separate claim in the SAML authentication handler.
  • Support overriding the setting of the SAML session cookie.
  • Includes code demonstrating how to handle browsers that don’t support SameSite=None.

Released: Oct 7, 2019

v2.6.0 での更新項目

機能

  • Supports certificates that are not exportable and therefore cannot be cached.
  • Makes it easier to add custom form variables to the HTTP Post binding.
  • Refactor SAML events so they’re also available when using the authentication handler and middleware.
  • Add OnError delegate to the authentication handler and middleware to allow the application to handle errors.
  • Add OnSendMessage and OnReceiveMessage events.
  • Supports artifact resolution binding in metadata import/export.
  • Supports arbitrary...

Released: Jun 11, 2019

v2.5.0 での更新項目

機能

  • To support GDPR, specify the SAML session cookie as essential.
  • Include the relay state in the On…Received delegates.
  • Add IConfigurationToMetadata interface.
  • Don't mark the SAML session cookie as secure if not using HTTPS.

Released: Apr 2, 2019

v2.4.0 での更新項目

Updates in v2.4.0

  • Strong named the assemblies.

Released: Feb 18, 2019

v2.3.0 での更新項目

機能

  • Move example projects to ASP.NET Core 2.2.
  • Include the Content-Type header in HTTP-Post to support nosniff.
  • Move the JavaScript to after the HTML body for HTTP-Post to support older browsers.
  • In the SAML authentication handler, automatically change the base path of the external login callback redirect URL to match the case of the assertion consumer service URL to ensure the browser sends the Identity.External cookie.
  • Add base path support to the SAML authentication handler and middleware...

Released: Dec 4, 2018

v2.2.0 での更新項目

機能

  • Add cookie SSO session store.
  • Add ISsoStatus.GetPartnerPendingResponse.
  • Support specifying the configuration ID and partner name to middleware via query string parameters.
  • Support specifying the configuration ID and partner name to the authentication handler via authentication properties.
  • Add support for the content security policy HTTP header.
  • Default the SAML cookie to secure.
  • Sign NuGet packages.

Released: Oct 18, 2018

v2.1.0 での更新項目

機能

  • Move example projects to ASP.NET Core 2.1.
  • Change the SAML middleware default login and logout URLs to the new ASP.NET Core 2.1 paths with the /Identity prefix.
  • Support custom ICertificateLoader implementations in the CachedCertificateLoader.
  • Default to HTTP only for the SAML SSO session cookie.
  • Include an explicit dependency on the System.Security.Cryptography.Xml package.
  • Distinguish between local IdP and SP SSO session state.
  • Support return URL query string parameters in the SAML...

Released: Aug 10, 2018

v2.0.6 での更新項目

機能

  • Support disabling XML schema checks.
  • Add interfaces for IdPSsoResult, SpSsoResult, SloResult etc to make mocking these for testing easier.
  • Support HttpOnly and Secure options for SAML cookie.
  • Add a display message parameter to the HTTP-Post template in case a message should be displayed in the browser.
  • Support custom advice in the SAML assertion.
  • Add GenerateSignature and CreateConfiguration examples.
  • Add MetadataToConfiguration.ImportUrlAsync overload that takes an HttpMessageHandler so a...

Released: May 24, 2018

v2.0.5 での更新項目

機能

  • The SAML authentication handler now supports IdP-initiated SSO and SLO.
  • Add copy mapping rule.
  • Support the assertion consumer service binding being specified in the partner identity provider configuration so it can be included in the authn request.
  • Handle the artifact response not including a SAML message.
  • Do not require the SOAPAction header as not all implementations include it.
  • When using the SOAP binding, support all certificates as configured endpoints are trusted.