ComponentSpace SAML for ASP.NET

SAML v2.0 어설션, 프로토콜, 바인딩 및 프로파일을 구현합니다.

ComponentSpace사에서 공개
2002년 부터 ComponentSource에서 판매중

가격: US$ 1,273.02 버젼: 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: Jun 11, 2019

v3.4.0 버젼 업데이트

기능

  • Don't mark the SAML session cookie as secure if not using HTTPS.
  • Make authn request scoping information available to the IdP through the SSOOptions.
  • Support importing multiple certificates in the MetadataImporter.

Released: Apr 2, 2019

v3.3.0 버젼 업데이트

Updates in v3.3.0

  • Strong named the assemblies.

Released: Feb 18, 2019

v3.2.0 버젼 업데이트

기능

  • 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.
  • Support extending the CertificateManager class for custom implementations.

Released: Dec 4, 2018

v3.1.0 버젼 업데이트

기능

  • Add support for the content security policy HTTP header.
  • Default the SAML cookie to secure.
  • Sign NuGet packages.

Released: Oct 18, 2018

v3.0.0 버젼 업데이트

기능

  • Move to a single NuGet package and use this in the refreshed example projects.
  • Provide better support for ISAMLConfigurationResolver implementations when exporting metadata.
  • Include partner name in ISAMLObserver methods.
  • Add session ID delegate for storing the session ID in a custom cookie.
  • Add LocalCertificateKey/PartnerCertificateKey configuration settings to support certificates stored in the Azure key vault.
  • Remove basic authentication header support for ECP as this is no longer used...

Released: Mar 13, 2018

v2.8.8 버젼 업데이트

기능

  • Supports specifying a requested NameID in the authn request through SSO options.
  • Supports the IdP specifying the authn context programmatically.

Released: Jan 3, 2018

2.8.7 버젼 업데이트

기능

  • Improve configuration logging.
  • When setting SAMLController.Configuration(s), ensure the SAMLConfigurationResolver is refreshed.

Released: Nov 7, 2017

v2.8.6 버젼 업데이트

기능

  • Refactored the ISAMLObserver interface to make it easier to use.
  • For security reasons, only a single SAML assertion in the SAML response is allowed.

Released: Sep 24, 2017

v2.8.5 버젼 업데이트

기능

  • For the .NET 4.6 build, use X509Certificate2.GetRSAPublicKey() as this returns an RSACngAdd IConfigurationResolver for dynamic resolution of SAML configuration.
  • Make exception constructors public so they may be thrown by custom classes implementing interfaces.
  • Enhance SAML metadata import and export.

Released: Aug 9, 2017

v2.8.3 버젼 업데이트

기능

  • Added support for receiving SAML responses from Postman.
  • Includes scoping in SSOOptions to support Azure domain hint.
  • Added CyclicTraceListener to produce daily logs.
  • Added support for SHA-256 XML signature generation.
  • Default XML encryption updated.
  • Added WantAssertionOrResponseSigned configuration flag.
  • Added SAMLIdentityProvider.CanSLO and SAMLServiceProvider.CanSLO methods.
  • Added LocalCertificateString, PartnerCertificateString etc to the configuration to make it easier to load...