ComponentSpace SAML v2.0 for ASP.NET

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

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

가격: ₩ 1,616,700 버젼: v7.0.0 NEW 업데이스 날짜: Mar 4, 2024 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 v2.0 for ASP.NET 릴리스

Released: Mar 4, 2024

v7.0.0 버젼 업데이트

기능

  • Adds the ISAMLConfigurationNameResolver interface to support Entra ID multi-tenant applications and any other use cases where SAML message issuer names don't map directly to partner configuration names.
  • Adds the methods IsLocalIdentityProvider, IsLocalServiceProvider, GetPartnerIdentityProviderNames and GetPartnerServiceProviderNames to the ISAMLConfigurationResolver interface for better support of dynamic SAML configurations.

수정사항

  • When importing metadata, default the WantAuthnRequestsSigned...

Released: Nov 8, 2023

v6.5.0 버젼 업데이트

기능

  • Added support for certificate file passwords stored in web.config using the PasswordKey property.

Released: Sep 7, 2023

v6.4.0 버젼 업데이트

기능

  • Adds support for automatic and scheduled deletion of expired entries when using the database SSO session store.
  • Adds the ability to include the certificate thumbprint in the certificate filename to ensure it is unique, as different certificates may have the same subject DN, when importing metadata.

Released: May 19, 2023

v6.3.0 버젼 업데이트

기능

  • Added support for extension elements in SAML authn requests via the SSOOptions.

수정사항

  • Fixed issue with SAMLServiceProvider.IsSSOCompletionPending.

Released: Mar 15, 2023

v6.2.0 버젼 업데이트

기능

  • Added the DisableClearAllSessionsOnLogout flag to configure how multi-session SLO is handled.
  • Defaulted the configuration flags SignLogoutRequest, SignLogoutResponse, WantLogoutRequestSigned and WantLogoutResponseSigned to true as these messages must be signed as per the SAML Profiles specification.
  • Defaulted the configuration flag SignAssertion to true as per the SAML Profiles specification.
  • Defaulted the configuration flags SignAuthnRequest and WantAuthnRequestSigned to true to encourage...

Released: Jan 11, 2023

v6.1.0 버젼 업데이트

기능

  • When sending a logout request, start with the most recent rather than the oldest session.
  • Disable SHA-1 support by default. If required, it can be enabled using the EnableSha1Support configuration flag.

Released: Nov 17, 2022

v6.0.0 버젼 업데이트

기능

  • Added support for encrypted Name IDs.
  • Added support for multiple pending SAML responses within the one browser session.
  • Removed the pre Microsoft .NET 4.0 framework HttpRequest/HttpResponse based low-level APIs.

Released: Sep 7, 2022

v5.4.0 버젼 업데이트

기능

  • Added SAMLAttribute.ToString(separator) overload.
  • If returning attributes in an IDictionary, return multi-values separated by a comma.
  • Use the System.Security.Cryptography.Xml update that addresses Microsoft Security Advisory CVE-2022-34716.

Released: Jul 5, 2022

v5.3.0 버젼 업데이트

기능

  • Updated the XML schema to support the new XML encryption methods.
  • Repackaged the XML encryption extensions as NuGet packages.

Released: Apr 26, 2022

v5.2.0 버젼 업데이트

기능

  • Add support for the MySqlConnector database provider.
  • Support WebHosting and other Windows certificate stores.