Sustainsys.Saml2.Owin 2.9.2

dotnet add package Sustainsys.Saml2.Owin --version 2.9.2
NuGet\Install-Package Sustainsys.Saml2.Owin -Version 2.9.2
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.Owin" Version="2.9.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Sustainsys.Saml2.Owin --version 2.9.2
#r "nuget: Sustainsys.Saml2.Owin, 2.9.2"
#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.Owin as a Cake Addin
#addin nuget:?package=Sustainsys.Saml2.Owin&version=2.9.2

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

A SAML2 Owin middleware, compatible with ASP.NET Identity for external logins.

Product Compatible and additional computed target framework versions.
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  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.Owin:

Package Downloads
Kentor.AuthServices.Owin

A SAML2 Owin middleware, compatible with ASP.NET Identity for external logins.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.9.2 43,658 9/19/2023
2.9.1 24,007 4/20/2023
2.9.0 127,242 12/20/2021
2.8.0 169,895 12/22/2020
2.7.0 125,290 4/21/2020
2.6.0 28,183 3/27/2020
2.5.0 3,386 3/24/2020
2.4.0 20,439 1/17/2020
2.3.0 166,548 6/27/2019
2.2.0 59,237 11/23/2018
2.1.0 20,907 10/16/2018
2.0.0 1,393 9/27/2018
1.0.3 4,380 9/19/2023
1.0.2 47,910 4/21/2020
1.0.1 16,598 1/17/2020
1.0.0 52,316 9/13/2018
0.24.0 114,297 3/30/2018
0.23.0 58,476 1/17/2018

Version 2.9.2
* Security Fix: Bind state and assertion to response issuer.
* Security Fix: Bind request state to module path to prevent substitution.

Version 2.9.1
* Support modern crypto providers

Version 2.9.0
* Add runtime detection for .NET 5+
* Deserialize LogoutResponse

See GitHub milestone issue list for details.