Sustainsys.Saml2.Mvc 2.2.0

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

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

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 4.6.1 and uses the present infrastructure for claims translation, session authentication cookies etc.

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.Mvc:

Package Downloads
Kentor.AuthServices.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 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 7,884 9/19/2023
2.9.1 4,452 4/20/2023
2.9.0 20,266 12/20/2021
2.8.0 35,401 12/22/2020
2.7.0 66,481 4/21/2020
2.6.0 21,422 3/27/2020
2.5.0 808 3/24/2020
2.4.0 7,762 1/17/2020
2.3.0 33,575 6/27/2019
2.2.0 45,675 11/23/2018
2.1.0 1,763 10/16/2018
2.0.0 1,360 9/27/2018
1.0.3 1,857 9/19/2023
1.0.2 22,939 4/21/2020
1.0.1 4,635 1/17/2020
1.0.0 29,973 9/13/2018
0.24.0 38,145 3/30/2018
0.23.0 42,404 1/17/2018

Version 2.2.0
* Support TLS Client Certificates for Artifact Resolve

Version 2.1.0
* Add back support for .NET 4.6.1 (without ECDSA support)
* Idp selection through Asp.Net Core2 AuthProps
* Proper file name on Metadata download
* Notification to get Idp - allows Idp storage in database.
* XML docs are back

Version 2.0.0
* Core library is now .NET Standard. HttpModule, MVC and Owin works
 on full .NET Framework. Asp.NET Core2 handler on both the full
 .NET Framework and on .NET Core.

See GitHub milestone issue list for details.