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: Sep 7, 2023

v4.9.0 버젼 업데이트

기능

  • 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.
  • Uses millisecond precision in timestamps.
  • Adds support for customization of the transport classes.
  • Allows validating certificates before signature verification to handle active and expired certificates with the same public key.
  • In the SAML middleware, if SSO fails to complete because the user isn’t...

Released: May 19, 2023

v4.8.0 버젼 업데이트

기능

  • Updated the ISamlClaimFactory interface that is used by the SAML middleware to include the partner provider name.
  • Added NameIDQualifier and IssuerQualifier to partner provider configuration.
  • Added NameIDFormat to SSO options.

수정사항

  • Fixed issue with SpSsoStatus.IsSsoCompletionPending.

Released: Mar 15, 2023

v4.7.0 버젼 업데이트

기능

  • Added ClearSessionAsync overload that clears the session for the named partner only.
  • Added the DisableClearAllSessionsOnLogout flag to configure how multi-session SLO is handled.
  • Added ISamlCachedConfigurationResolver and support explicit clearing of the SAML configuration cache.
  • Added ICertificateImporter to make storage of certificates more flexible when importing SAML metadata.
  • Defaulted the configuration flags SignLogoutRequest, SignLogoutResponse, WantLogoutRequestSigned and...

Released: Jan 11, 2023

v4.6.0 버젼 업데이트

기능

  • Add artifact resolve and response related events.
  • Used a typed HTTP client to provide tailored configuration of client certificates etc.
  • When verifying signatures, only check the validity of the certificate used for the verification.
  • When generating signatures, use a valid (i.e. non-expired) certificate.
  • When sending a logout request, start with the most recent rather than the oldest session.
  • Include AddConfigurationResolver, AddSamlDatabaseConfigurationResolver and...

Released: Nov 17, 2022

v4.5.0 버젼 업데이트

기능

  • Added support for encrypted Name IDs.
  • Added support for multiple pending SAML responses within the one browser session.
  • You can now signout the user in the SAML authentication handler on a local signout.
  • Added the ability to use the IHttpClientFactory – only affects SOAP, PAOS,URI bindings and metadata download.
  • Use IOptionsMonitor rather than IOptionsSnapshot as it is more performant.

Released: Sep 7, 2022

v4.4.0 버젼 업데이트

기능

  • Added SAMLAttribute.ToString(separator) overload.
  • Use the System.Security.Cryptography.Xml update that addresses Microsoft Security Advisory CVE-2022-34716.

Released: Jul 5, 2022

v4.3.0 버젼 업데이트

기능

  • Made the SamlSchemaValidationException.Errors property public.

수정사항

  • Fixed database configuration licensed package to reference the licensed ComponentSpace.Saml2 package.

Released: Apr 26, 2022

v4.2.0 버젼 업데이트

기능

  • Support WebHosting and other Windows certificate stores.

Released: Feb 9, 2022

v4.1.0 버젼 업데이트

기능

  • Dropped support for Microsoft .NET Core 2.1 and now targets .NET Core 3.1, .NET 5 and .NET 6.
  • Includes Microsoft Visual Studio 2022 examples solution.
  • For SOAP binding, you can now use asynchronous dispose of stream writers as the http.sys web server defaults to not allow synchronous I/O.
  • If WantAssertionOrResponseSigned is set, the component will now attempt to verify the SAML assertion signature even if the SAML response signature failed to verify.
  • Added support for specifying the...

Released: Oct 14, 2021

v4.0.0 버젼 업데이트

기능

  • Adds SamlDatabaseConfigurationResolver for storing SAML configuration using the Entity Framework.
  • Adds SamlCachedConfigurationResolver for caching SAML configuration.
  • Defaults to the current HTTP request if the AuthenticationProperties.RedirectUri hasn’t been specified when the authentication challenge method is called.
  • Updates the SamlAuthenticationOptions.LoginCompletionUrl delegate to accept the redirectUri as an input argument.
  • Adds ISamlProvider.ClearSessionAsync method to clear the...