Sustainsys.Saml2.HttpModule
1.0.2
https://github.com/Sustainsys/Saml2/security/advisories/GHSA-fv2h-753j-9g39
See the version list below for details.
dotnet add package Sustainsys.Saml2.HttpModule --version 1.0.2
NuGet\Install-Package Sustainsys.Saml2.HttpModule -Version 1.0.2
<PackageReference Include="Sustainsys.Saml2.HttpModule" Version="1.0.2" />
paket add Sustainsys.Saml2.HttpModule --version 1.0.2
#r "nuget: Sustainsys.Saml2.HttpModule, 1.0.2"
// Install Sustainsys.Saml2.HttpModule as a Cake Addin #addin nuget:?package=Sustainsys.Saml2.HttpModule&version=1.0.2 // Install Sustainsys.Saml2.HttpModule as a Cake Tool #tool nuget:?package=Sustainsys.Saml2.HttpModule&version=1.0.2
A SAML2 Http Module for ASP.NET. Install in project and add sections to web.config. No coding required. The package adds an ASP.NET Http Authentication Module 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.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
-
- Sustainsys.Saml2 (= 1.0.2)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Sustainsys.Saml2.HttpModule:
Package | Downloads |
---|---|
Kentor.AuthServices.HttpModule
A SAML2 Http Module for ASP.NET. Install in project and add sections to web.config. No coding required. The package adds an ASP.NET Http Authentication Module 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 | 4,128 | 8/9/2024 | |
2.9.2 | 63,441 | 9/19/2023 | |
2.9.1 | 13,865 | 4/20/2023 | |
2.9.0 | 80,597 | 12/20/2021 | |
2.8.0 | 100,200 | 12/22/2020 | |
2.7.0 | 88,008 | 4/21/2020 | |
2.6.0 | 4,985 | 3/27/2020 | |
2.5.0 | 1,380 | 3/24/2020 | |
2.4.0 | 5,869 | 1/17/2020 | |
2.3.0 | 147,345 | 6/27/2019 | |
2.2.0 | 39,775 | 11/23/2018 | |
2.1.0 | 2,604 | 10/16/2018 | |
2.0.0 | 2,873 | 9/27/2018 | |
1.0.3 | 5,518 | 9/19/2023 | |
1.0.2 | 34,205 | 4/21/2020 | |
1.0.1 | 7,037 | 1/17/2020 | |
1.0.0 | 63,611 | 9/13/2018 | |
0.24.0 | 41,290 | 3/30/2018 | |
0.23.0 | 32,744 | 1/17/2018 |
Version 1.0.2
* Security Fix: Ensure received token is a bearer token.
Version 1.0.1
* SameSite cookie update for Chrome 80
Version 1.0.0
* Bug fix: Asp.Net Core2 handler, incorrect signed redirect messages.
Version 0.24.0
* Bug fix: Asp.Net Core2 handler with null AuthenticationProperties now works.
* Bug fix: Error handling in Owin middleware with null/missing return url.
* Compatibility setting to ignore missing InResponseTo
Version 0.23.0
* Project renamed to Sustainsys.Saml2
* No other changes since 0.22.0
See GitHub milestone issue list for details.