ComponentSpace.Saml2.Documentation 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.Documentation --version 5.0.0
NuGet\Install-Package ComponentSpace.Saml2.Documentation -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.Documentation" 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.Documentation --version 5.0.0
#r "nuget: ComponentSpace.Saml2.Documentation, 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.Documentation as a Cake Addin
#addin nuget:?package=ComponentSpace.Saml2.Documentation&version=5.0.0

// Install ComponentSpace.Saml2.Documentation as a Cake Tool
#tool nuget:?package=ComponentSpace.Saml2.Documentation&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(); 
There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.0.0 76 2/29/2024
4.10.0 274 11/8/2023
4.9.0 245 9/7/2023
4.8.0 2,417 5/19/2023
4.7.0 235 3/15/2023
4.6.0 362 1/12/2023
4.5.0 392 11/17/2022
4.4.0 451 9/7/2022
4.3.0 493 7/5/2022
4.2.0 473 4/26/2022
4.1.0 476 2/9/2022
4.0.0 606 10/14/2021
3.7.0 396 8/6/2021
3.6.0 839 5/28/2021
3.5.0 600 3/25/2021
3.4.0 446 1/20/2021
3.3.0 506 11/19/2020
3.2.0 550 10/20/2020
3.1.0 539 9/7/2020
3.0.0 541 5/7/2020
2.9.0 562 3/20/2020
2.8.0 568 2/22/2020
2.7.0 614 1/8/2020
2.5.0 703 6/12/2019
2.4.0 669 4/2/2019
2.3.0 678 2/15/2019
2.2.0 825 12/4/2018
2.1.0 796 10/17/2018
2.0.6 916 8/7/2018
2.0.5 1,071 5/24/2018
2.0.4 1,054 3/2/2018
2.0.3 954 12/22/2017