Sustainsys.Saml2.HttpModule 2.8.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Sustainsys.Saml2.HttpModule --version 2.8.0
NuGet\Install-Package Sustainsys.Saml2.HttpModule -Version 2.8.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="Sustainsys.Saml2.HttpModule" Version="2.8.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Sustainsys.Saml2.HttpModule --version 2.8.0
#r "nuget: Sustainsys.Saml2.HttpModule, 2.8.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 Sustainsys.Saml2.HttpModule as a Cake Addin
#addin nuget:?package=Sustainsys.Saml2.HttpModule&version=2.8.0

// Install Sustainsys.Saml2.HttpModule as a Cake Tool
#tool nuget:?package=Sustainsys.Saml2.HttpModule&version=2.8.0

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 SAML SignIn and SignOut. It works with the claims model of .NET and uses the present infrastructure for session authentication cookies etc.

Product Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.9.2 15,062 9/19/2023
2.9.1 8,801 4/20/2023
2.9.0 66,486 12/20/2021
2.8.0 77,537 12/22/2020
2.7.0 85,458 4/21/2020
2.6.0 4,135 3/27/2020
2.5.0 1,240 3/24/2020
2.4.0 5,478 1/17/2020
2.3.0 146,560 6/27/2019
2.2.0 33,861 11/23/2018
2.1.0 2,470 10/16/2018
2.0.0 2,650 9/27/2018
1.0.3 3,250 9/19/2023
1.0.2 31,214 4/21/2020
1.0.1 6,098 1/17/2020
1.0.0 59,254 9/13/2018
0.24.0 36,797 3/30/2018
0.23.0 29,829 1/17/2018

Version 2.8.0
* Add runtime detection for .NET 5
* Enable adding support for AES-GCM (http://www.w3.org/2009/xmlenc11#aes128-gcm)
* Bug fix: Do not crash on duplicate language entries for localized strings in metadata

Version 2.7.0
* Security Fix: Ensure received token is a bearer token
* Compatibility flag to allow unsigned logout responses

Version 2.6.0
* Xml Created Notifications

Version 2.5.0
* Security Fix: Token Replay Detection
* Configuration of TokenValidationParameters
* Use CookieManager in Asp.Net Core and Owin
* Bug fixes to Artifact binding, AuthnRequest, Owin Logout

See GitHub milestone issue list for details.