Sustainsys.Saml2.Mvc
2.4.0
See the version list below for details.
dotnet add package Sustainsys.Saml2.Mvc --version 2.4.0
NuGet\Install-Package Sustainsys.Saml2.Mvc -Version 2.4.0
<PackageReference Include="Sustainsys.Saml2.Mvc" Version="2.4.0" />
paket add Sustainsys.Saml2.Mvc --version 2.4.0
#r "nuget: Sustainsys.Saml2.Mvc, 2.4.0"
// Install Sustainsys.Saml2.Mvc as a Cake Addin #addin nuget:?package=Sustainsys.Saml2.Mvc&version=2.4.0 // Install Sustainsys.Saml2.Mvc as a Cake Tool #tool nuget:?package=Sustainsys.Saml2.Mvc&version=2.4.0
A SAML2 Service Provider for ASP.NET MVC. Install in project and add sections to web.config. No coding required. The package adds an MVC controller that handles SAML SignIn and SignOut. It works with the claims model of .NET 4.6.1 and uses the present infrastructure for claims translation, session authentication cookies etc.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
-
- Microsoft.AspNet.Mvc (>= 4.0.20710)
- Sustainsys.Saml2 (= 2.4.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Sustainsys.Saml2.Mvc:
Package | Downloads |
---|---|
Kentor.AuthServices.Mvc
A SAML2 Service Provider for ASP.NET MVC. Install in project and add sections to web.config. No coding required. The package adds an MVC controller that handles the SAML SignIn and SignOut. It works with the claims model of .NET 4.5 and uses the present infrastructure for claims translation, session authentication cookies etc. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
2.10.0 | 3,412 | 8/9/2024 | |
2.9.2 | 29,572 | 9/19/2023 | |
2.9.1 | 6,351 | 4/20/2023 | |
2.9.0 | 33,366 | 12/20/2021 | |
2.8.0 | 40,545 | 12/22/2020 | |
2.7.0 | 68,615 | 4/21/2020 | |
2.6.0 | 21,605 | 3/27/2020 | |
2.5.0 | 923 | 3/24/2020 | |
2.4.0 | 8,051 | 1/17/2020 | |
2.3.0 | 35,675 | 6/27/2019 | |
2.2.0 | 51,395 | 11/23/2018 | |
2.1.0 | 1,862 | 10/16/2018 | |
2.0.0 | 1,470 | 9/27/2018 | |
1.0.3 | 4,112 | 9/19/2023 | |
1.0.2 | 27,254 | 4/21/2020 | |
1.0.1 | 5,516 | 1/17/2020 | |
1.0.0 | 32,250 | 9/13/2018 | |
0.24.0 | 40,533 | 3/30/2018 | |
0.23.0 | 43,105 | 1/17/2018 |
Version 2.4.0
* SameSite cookie update for Chrome 80
* TokenValidationParametersCreated notification
* Bug Fix: Handle query string with =
* Improved error messages
Version 2.3.0
* Support for RequestAbstractType.Extensions - EIDAS compatibility
* Mark correlation cookie as essential
* CSP Hash for POST binding
* Support specifying ReturnUrl through RelayState
* Remove .NET Standard dependencies when targeting .NET Framework
Version 2.2.0
* Support TLS Client Certificates for Artifact Resolve
See GitHub milestone issue list for details.