ComponentSpace.Saml2 5.0.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package ComponentSpace.Saml2 --version 5.0.0
NuGet\Install-Package ComponentSpace.Saml2 -Version 5.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ComponentSpace.Saml2" Version="5.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ComponentSpace.Saml2 --version 5.0.0
#r "nuget: ComponentSpace.Saml2, 5.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install ComponentSpace.Saml2 as a Cake Addin
#addin nuget:?package=ComponentSpace.Saml2&version=5.0.0

// Install ComponentSpace.Saml2 as a Cake Tool
#tool nuget:?package=ComponentSpace.Saml2&version=5.0.0

SAML for ASP.NET Core

ComponentSpace.Saml2 enables SAML v2.0 identity provider (IdP) and service provider (SP) single sign-on (SSO) in ASP.NET Core applications.

Supports:

  • Acting as the SAML service provider (SP)
  • Acting as the SAML identity provider (IdP)
  • Service provider initiated SSO
  • Identity provider initiated SSO
  • Setting and retrieving SAML attributes
  • Logout
  • SAML metadata creation and consumption
  • ASP.NET Core Identity integration

Profiles:

  • Web browser single sign-on (identity provider and service provider initiated)
  • Single logout
  • Artifact resolution
  • Identity provider discovery
  • Authentication, attribute and assertion query
  • Name identifier management and mapping

Licensing

ComponentSpace.Saml2 is a fully functional evaluation version of a commercial product. The trial period is 30 days.

A product license is available for purchase.

Examples

Example ASP.NET Core projects are available that demonstrate the simple to use SAML API and accompanying SAML configuration.

Initiating SSO from the SP

// SP-initiated SSO.
await _samlServiceProvider.InitiateSsoAsync(partnerName, returnUrl);

Initiating SSO from the IdP

// IdP-initiated SSO.
await _samlIdentityProvider.InitiateSsoAsync(partnerName, userName, attributes, relayState); 

Receiving the SAML Response

// SP or IdP-initiated SSO.
var ssoResult = await _samlServiceProvider.ReceiveSsoAsync(); 
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on ComponentSpace.Saml2:

Package Downloads
ComponentSpace.Saml2.Configuration.Database The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Adds support for storing SAML configuration in a database using the entity framework. This is a fully functional evaluation version of a commercial product. The trial period is 30 days.

ComponentSpace.Saml2.XmlSecurity.RsaOaep The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Adds support for RSA-OAEP XML key encryption. This is a fully functional evaluation version of a commercial product. The trial period is 30 days.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.0.0 2,871 2/29/2024
4.10.0 10,988 11/8/2023
4.9.0 3,159 9/7/2023
4.8.0 29,421 5/19/2023
4.7.0 4,796 3/15/2023
4.6.0 5,067 1/12/2023
4.5.0 7,433 11/17/2022
4.4.0 21,327 9/7/2022
4.3.0 7,327 7/5/2022
4.2.0 6,300 4/26/2022
4.1.0 10,643 2/9/2022
4.0.0 28,040 10/14/2021
3.7.0 5,906 8/6/2021
3.6.0 19,022 5/28/2021
3.5.0 8,900 3/25/2021
3.4.0 28,527 1/20/2021
3.3.0 12,867 11/19/2020
3.2.0 13,349 10/20/2020
3.1.0 7,901 9/7/2020
3.0.0 21,726 5/7/2020
2.9.0 12,568 3/20/2020
2.8.0 4,585 2/22/2020
2.7.0 17,967 1/8/2020
2.6.0 29,164 10/7/2019
2.5.0 16,173 6/12/2019
2.4.0 22,091 4/2/2019
2.3.0 78,438 2/15/2019
2.2.0 67,885 12/5/2018
2.1.0 5,244 10/17/2018
2.0.6 6,056 8/7/2018
2.0.5 5,729 5/24/2018
2.0.4 3,775 3/2/2018
2.0.3 14,487 12/22/2017
2.0.2 15,727 11/2/2017
2.0.1 2,213 9/24/2017
2.0.0 2,526 9/12/2017
1.0.5 2,597 8/28/2017
1.0.4 1,371 8/21/2017
1.0.3 1,850 7/18/2017
1.0.2 1,560 6/30/2017
1.0.1 1,856 5/24/2017
1.0.0 9,323 3/22/2017