Sustainsys.Saml2.Mvc
2.8.0
See the version list below for details.
Install-Package Sustainsys.Saml2.Mvc -Version 2.8.0
dotnet add package Sustainsys.Saml2.Mvc --version 2.8.0
<PackageReference Include="Sustainsys.Saml2.Mvc" Version="2.8.0" />
paket add Sustainsys.Saml2.Mvc --version 2.8.0
#r "nuget: Sustainsys.Saml2.Mvc, 2.8.0"
// Install Sustainsys.Saml2.Mvc as a Cake Addin
#addin nuget:?package=Sustainsys.Saml2.Mvc&version=2.8.0
// Install Sustainsys.Saml2.Mvc as a Cake Tool
#tool nuget:?package=Sustainsys.Saml2.Mvc&version=2.8.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 and uses the present infrastructure for session authentication cookies etc.
Product | Versions |
---|---|
.NET Framework | net472 net48 |
-
- Microsoft.AspNet.Mvc (>= 4.0.20710)
- Sustainsys.Saml2 (= 2.8.0)
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 (1)
Showing the top 1 popular GitHub repositories that depend on Sustainsys.Saml2.Mvc:
Repository | Stars |
---|---|
Implem/Implem.Pleasanter
Pleasanter | Business application platform
|
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.