Sustainsys.Saml2 2.6.0

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

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

SAML2 protocol support. Do not use directly, use the high level package for your platform.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 is compatible.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (7)

Showing the top 5 NuGet packages that depend on Sustainsys.Saml2:

Package Downloads
Sustainsys.Saml2.AspNetCore2

ASP.NET Core authentication handler for the SAML2 protocol, compatible with Asp.Net Core 2.X and 3.X

Kentor.AuthServices

SAML2 Protocol library for ASP.NET. Don't reference this directly, use one of the API modules: Sustainsys.Saml2.HttpModule/Mvc/Owin/AspNetCore2.

Sustainsys.Saml2.Owin

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

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

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

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Sustainsys.Saml2:

Repository Stars
Implem/Implem.Pleasanter
Pleasanter is a no-code/low-code development platform that runs on .NET. You can quickly create business applications with simple operations.
Version Downloads Last updated
2.9.2 340,805 9/19/2023
2.9.1 175,306 4/20/2023
2.9.0 1,584,177 12/20/2021
2.8.0 1,073,176 12/22/2020
2.7.0 1,624,574 4/21/2020
2.6.0 100,876 3/27/2020
2.5.0 25,622 3/24/2020
2.4.0 162,351 1/17/2020
2.3.0 471,396 6/27/2019
2.2.0 236,029 11/23/2018
2.1.0 63,941 10/16/2018
2.0.0 31,265 9/27/2018
1.0.3 8,304 9/19/2023
1.0.2 101,676 4/21/2020
1.0.1 24,018 1/17/2020
1.0.0 119,001 9/13/2018
0.24.0 201,082 3/30/2018
0.23.0 178,534 1/17/2018

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

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.