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: Jan 5, 2026

v8.0.0 버젼 업데이트

기능

  • Added the 'DisableValidationCheck' configuration flag so validation can be disabled for specific certificates.
  • Now includes a Microsoft Visual Studio 2026 example solution.
  • .NET Framework 4.6.2 and above are now supported. Dropped support for .NET Framework 4.0.

Released: Oct 15, 2025

v7.7.0 버젼 업데이트

기능

  • Added OnGenerateSignature, OnVerifySignature, OnEncrypt and OnDecrypt events to assist with X.509 certificate management.

Released: Aug 5, 2025

v7.6.0 버젼 업데이트

기능

  • Replaced SAMLConfigurations.ValidateMessagesAgainstSchema with SAMLController.ValidateMessagesAgainstSchema.
  • Replaced SAMLConfigurations.ReloadOnConfigurationChange with SAMLController.ReloadConfigurationOnChange.
  • Added the ability to load any SAML configuration file changes without requiring an application restart.

Released: Jun 26, 2025

v7.5.0 버젼 업데이트

기능

  • Added support for SSO and SLO across multiple SAML configurations within the same browser session.
  • Made the exception message for an invalid certificate more explicit by suggesting checking for expired certificates.

Released: May 20, 2025

v7.4.0 버젼 업데이트

기능

  • Added support for certificate validation through the ICertificateValidator interface. By default, expired certificates are considered invalid and won't be used. Certificate validation may be disabled.
  • As well as the entity ID, now accepts an audience restriction URI that is the assertion consumer service URL.

Released: Jan 10, 2025

v7.3.0 버젼 업데이트

기능

  • Added the ability to use a random number generator rather than GUIDs for IDs.

Released: Nov 28, 2024

v7.2.0 버젼 업데이트

기능

  • Added the KeyEncryptionDigestMethod and KeyEncryptionMaskGenerationFunction configuration properties for the 2009/xmlenc11#rsa-oaepand 2001/04/xmlenc#rsa-oaep-mgf1p key encryption algorithms.
  • Removed the .NET Framework limitations by moving to BouncyCastle for RSA-OAEP support.

Released: Jul 25, 2024

v7.1.0 버젼 업데이트

기능

  • When there are multiple pending SAML responses within the one browser session, respond to the most recent first rather than the oldest.
  • Support encryption certificates when exporting IdP metadata.

Released: Mar 4, 2024

v7.0.0 버젼 업데이트

기능

  • Added 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.
  • Added the methods IsLocalIdentityProvider, IsLocalServiceProvider, GetPartnerIdentityProviderNames and GetPartnerServiceProviderNames to the ISAMLConfigurationResolver interface for better support of dynamic SAML configurations.

수정사항

  • When importing metadata, default the...

Released: Nov 8, 2023

v6.5.0 버젼 업데이트

기능

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