ComponentSpace.Saml2.Examples
5.1.0
Prefix Reserved
dotnet add package ComponentSpace.Saml2.Examples --version 5.1.0
NuGet\Install-Package ComponentSpace.Saml2.Examples -Version 5.1.0
<PackageReference Include="ComponentSpace.Saml2.Examples" Version="5.1.0" />
paket add ComponentSpace.Saml2.Examples --version 5.1.0
#r "nuget: ComponentSpace.Saml2.Examples, 5.1.0"
// Install ComponentSpace.Saml2.Examples as a Cake Addin #addin nuget:?package=ComponentSpace.Saml2.Examples&version=5.1.0 // Install ComponentSpace.Saml2.Examples as a Cake Tool #tool nuget:?package=ComponentSpace.Saml2.Examples&version=5.1.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();
Links
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.1.0 | 246 | 7/25/2024 |
5.0.0 | 491 | 2/29/2024 |
4.10.0 | 1,062 | 11/8/2023 |
4.9.0 | 315 | 9/7/2023 |
4.8.0 | 337 | 5/19/2023 |
4.7.0 | 334 | 3/15/2023 |
4.6.0 | 570 | 1/12/2023 |
4.5.0 | 486 | 11/17/2022 |
4.4.0 | 567 | 9/7/2022 |
4.3.0 | 719 | 7/5/2022 |
4.2.0 | 677 | 4/26/2022 |
4.1.0 | 623 | 2/9/2022 |
4.0.0 | 2,594 | 10/14/2021 |
3.7.0 | 447 | 8/6/2021 |
3.6.0 | 842 | 5/28/2021 |
3.5.0 | 761 | 3/25/2021 |
3.4.0 | 518 | 1/20/2021 |
3.3.0 | 549 | 11/19/2020 |
3.2.0 | 531 | 10/20/2020 |
3.1.0 | 540 | 9/7/2020 |
3.0.0 | 632 | 5/7/2020 |
2.9.0 | 559 | 3/20/2020 |
2.8.0 | 553 | 2/22/2020 |
2.7.0 | 664 | 1/8/2020 |
2.5.0 | 736 | 6/12/2019 |
2.4.0 | 719 | 4/2/2019 |
2.3.0 | 756 | 2/15/2019 |
2.2.0 | 4,050 | 12/4/2018 |
2.1.0 | 863 | 10/17/2018 |
2.0.6 | 1,084 | 8/7/2018 |
2.0.5 | 1,118 | 5/24/2018 |
2.0.4 | 1,120 | 3/2/2018 |
2.0.3 | 1,137 | 12/22/2017 |