Sustainsys.Saml2.Mvc
2.5.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.
See the version list below for details.
Install-Package Sustainsys.Saml2.Mvc -Version 2.5.0
dotnet add package Sustainsys.Saml2.Mvc --version 2.5.0
<PackageReference Include="Sustainsys.Saml2.Mvc" Version="2.5.0" />
paket add Sustainsys.Saml2.Mvc --version 2.5.0
#r "nuget: Sustainsys.Saml2.Mvc, 2.5.0"
Release Notes
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.
Dependencies
-
- Microsoft.AspNet.Mvc (>= 4.0.20710)
- Sustainsys.Saml2 (= 2.5.0)
Used By
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
|