ComponentSpace.Saml2.Net.Documentation
7.1.0
Prefix Reserved
dotnet add package ComponentSpace.Saml2.Net.Documentation --version 7.1.0
NuGet\Install-Package ComponentSpace.Saml2.Net.Documentation -Version 7.1.0
<PackageReference Include="ComponentSpace.Saml2.Net.Documentation" Version="7.1.0" />
paket add ComponentSpace.Saml2.Net.Documentation --version 7.1.0
#r "nuget: ComponentSpace.Saml2.Net.Documentation, 7.1.0"
// Install ComponentSpace.Saml2.Net.Documentation as a Cake Addin #addin nuget:?package=ComponentSpace.Saml2.Net.Documentation&version=7.1.0 // Install ComponentSpace.Saml2.Net.Documentation as a Cake Tool #tool nuget:?package=ComponentSpace.Saml2.Net.Documentation&version=7.1.0
SAML for ASP.NET
ComponentSpace.Saml2.Net enables SAML v2.0 identity provider (IdP) and service provider (SP) single sign-on (SSO) in ASP.NET 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 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.Net 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 projects are available that demonstrate the simple to use SAML API and accompanying SAML configuration.
Initiating SSO from the SP
// SP-initiated SSO.
SAMLServiceProvider.InitiateSSO(Response, returnUrl, partnerIdP);
Initiating SSO from the IdP
// IdP-initiated SSO.
SAMLIdentityProvider.InitiateSSO(Response, userName, attributes, targetUrl, partnerSP);
Receiving the SAML Response
// SP or IdP-initiated SSO.
SAMLServiceProvider.ReceiveSSO(
Request,
out isInResponseTo,
out partnerIdP,
out authnContext,
out userName,
out attributes,
out targetUrl);
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 |
---|---|---|
7.1.0 | 108 | 7/25/2024 |
7.0.0 | 200 | 2/29/2024 |
6.5.0 | 306 | 11/8/2023 |
6.4.0 | 253 | 9/7/2023 |
6.3.0 | 186 | 5/19/2023 |
6.2.0 | 205 | 3/15/2023 |
6.1.0 | 311 | 1/12/2023 |
6.0.0 | 360 | 11/17/2022 |
5.4.0 | 414 | 9/7/2022 |
5.3.0 | 433 | 7/5/2022 |
5.2.0 | 536 | 4/26/2022 |
5.1.0 | 476 | 2/9/2022 |
5.0.0 | 411 | 10/14/2021 |
4.8.0 | 376 | 5/28/2021 |
4.7.0 | 439 | 1/20/2021 |
4.6.0 | 475 | 11/19/2020 |
4.5.0 | 496 | 10/20/2020 |
4.4.0 | 483 | 9/7/2020 |
4.3.0 | 522 | 5/7/2020 |
4.2.0 | 506 | 3/20/2020 |
4.1.0 | 509 | 2/22/2020 |
4.0.0 | 591 | 1/8/2020 |
3.4.0 | 636 | 6/12/2019 |
3.3.0 | 656 | 4/2/2019 |
3.2.0 | 679 | 2/15/2019 |
3.1.0 | 797 | 12/4/2018 |