Sustainsys.Saml2.Owin
2.5.0
See the version list below for details.
dotnet add package Sustainsys.Saml2.Owin --version 2.5.0
NuGet\Install-Package Sustainsys.Saml2.Owin -Version 2.5.0
<PackageReference Include="Sustainsys.Saml2.Owin" Version="2.5.0" />
<PackageVersion Include="Sustainsys.Saml2.Owin" Version="2.5.0" />
<PackageReference Include="Sustainsys.Saml2.Owin" />
paket add Sustainsys.Saml2.Owin --version 2.5.0
#r "nuget: Sustainsys.Saml2.Owin, 2.5.0"
#:package Sustainsys.Saml2.Owin@2.5.0
#addin nuget:?package=Sustainsys.Saml2.Owin&version=2.5.0
#tool nuget:?package=Sustainsys.Saml2.Owin&version=2.5.0
A SAML2 Owin middleware, compatible with ASP.NET Identity for external logins.
| Product | Versions 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. |
-
- Microsoft.Owin.Security (>= 4.1.0)
- Sustainsys.Saml2 (= 2.5.0)
- System.Configuration.ConfigurationManager (>= 4.4.1)
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.11.0 | 57,719 | 3/2/2025 | |
| 2.10.0 | 57,718 | 8/9/2024 | |
| 2.9.2 | 268,380 | 9/19/2023 | |
| 2.9.1 | 70,378 | 4/20/2023 | |
| 2.9.0 | 166,745 | 12/20/2021 | |
| 2.8.0 | 212,565 | 12/22/2020 | |
| 2.7.0 | 166,356 | 4/21/2020 | |
| 2.6.0 | 35,213 | 3/27/2020 | |
| 2.5.0 | 7,071 | 3/24/2020 | |
| 2.4.0 | 24,597 | 1/17/2020 | |
| 2.3.0 | 216,849 | 6/27/2019 | |
| 2.2.0 | 78,964 | 11/23/2018 | |
| 2.1.0 | 24,758 | 10/16/2018 | |
| 2.0.0 | 5,241 | 9/27/2018 | |
| 1.0.3 | 25,958 | 9/19/2023 | |
| 1.0.2 | 66,166 | 4/21/2020 | |
| 1.0.1 | 21,863 | 1/17/2020 | |
| 1.0.0 | 60,702 | 9/13/2018 | |
| 0.24.0 | 159,691 | 3/30/2018 | |
| 0.23.0 | 69,318 | 1/17/2018 |
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
Version 2.4.0
* SameSite cookie update for Chrome 80
* TokenValidationParametersCreated notification
* Bug Fix: Handle query string with =
* Improved error messages
See GitHub milestone issue list for details.