ComponentSpace SAML for ASP.NET Core

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

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

가격: US$ 1,273.02 버젼: v6.0.0 업데이스 날짜: Jan 5, 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: Jan 5, 2026

v6.0.0 버젼 업데이트

기능

  • Added the 'DisableValidationCheck' configuration flag so validation can be disabled for specific certificates.
  • Added the 'ISsoStatus.GetConfigurationName' method.
  • Now returns the ConfigurationName in authentication properties when using the SAML authentication handler for IdP-initiated SSO.
  • Now targets .NET 8, .NET 9 and .NET 10. Dropped support for .NET 6.

Released: Oct 15, 2025

v5.7.0 버젼 업데이트

기능

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

Released: Aug 5, 2025

v5.6.0 버젼 업데이트

기능

  • Added ISamlConfigurationChangeListener interface to monitor changes to the SAML configuration in appsettings.json with a default implementation which logs the changes.
  • Use GZip to compress the CookieSsoSessionStore cookie value to keep within browser limits.

Released: Jun 26, 2025

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

v5.4.0 버젼 업데이트

기능

  • As well as the entity ID, now accepts an audience restriction URI that is the assertion consumer service URL.

Released: Jan 10, 2025

v5.3.0 버젼 업데이트

기능

  • Target .NET 9.0, as well as .NET 8.0 and .NET 6.0.
  • Added .NET 9 example projects.
  • Added the ability to use a random number generator rather than GUIDs for IDs.

Released: Nov 28, 2024

v5.2.0 버젼 업데이트

기능

  • Can now check the protocol binding in the authn request is valid.
  • Can now check the logout request validity time.
  • Can now check the SAML assertion subject confirmation data validity time.

Released: Jul 25, 2024

v5.1.0 버젼 업데이트

기능

  • Change HttpPostFormOptions.OtherFormVariables to a delegate to support dynamic form variable values.
  • Include the NameIDFormat in the ISpSsoResult and the SAML authentication handler's AuthenticationProperties.
  • When there are multiple pending SAML responses within the one browser session, respond to the most recent first rather than the oldest.
  • Make the SAML authentication handler property key names public.
  • Make the SAML authentication handler and middleware inheritable.
  • Support specifying the...

Released: Mar 4, 2024

v5.0.0 버젼 업데이트

기능

  • Targets .NET 8.0 as well as.NET 6.0 and .NET Core 3.1.
  • Added .NET 8 example projects.
  • 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.

수정사항

  • When importing metadata, default the WantAuthnRequestsSigned and AuthnRequestsSigned flags to false as per the SAML specification.

Released: Nov 8, 2023

v4.10.0 버젼 업데이트

기능

  • Added support for the AuthnRequest’s ProtocolBinding field.
  • Added support for the ECP profile when acting as the identity provider.
  • Added support for RSA-OAEP XML encryption through the RSA-OAEP security extension.