Sustainsys.Saml2.AspNetCore2
2.8.0
ASP.NET Core authentication handler for the SAML2 protocol, compatible with Asp.Net Core 2.X and 3.X
Install-Package Sustainsys.Saml2.AspNetCore2 -Version 2.8.0
dotnet add package Sustainsys.Saml2.AspNetCore2 --version 2.8.0
<PackageReference Include="Sustainsys.Saml2.AspNetCore2" Version="2.8.0" />
paket add Sustainsys.Saml2.AspNetCore2 --version 2.8.0
#r "nuget: Sustainsys.Saml2.AspNetCore2, 2.8.0"
Release Notes
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.
Dependencies
-
.NETFramework 4.6.1
- Microsoft.AspNetCore.Authentication (>= 2.1.2)
- Microsoft.AspNetCore.Authentication.Cookies (>= 2.1.2)
- Microsoft.AspNetCore.Http (>= 2.1.1)
- Sustainsys.Saml2 (>= 2.8.0)
-
.NETFramework 4.7
- Microsoft.AspNetCore.Authentication (>= 2.1.2)
- Microsoft.AspNetCore.Authentication.Cookies (>= 2.1.2)
- Microsoft.AspNetCore.Http (>= 2.1.1)
- Sustainsys.Saml2 (>= 2.8.0)
-
.NETStandard 2.0
- Microsoft.AspNetCore.Authentication (>= 2.1.2)
- Microsoft.AspNetCore.Authentication.Cookies (>= 2.1.2)
- Microsoft.AspNetCore.Http (>= 2.1.1)
- Sustainsys.Saml2 (>= 2.8.0)
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Sustainsys.Saml2.AspNetCore2:
Package | Downloads |
---|---|
Innofactor.SuomiFiIdentificationClient
Package Description
|
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Sustainsys.Saml2.AspNetCore2:
Repository | Stars |
---|---|
bitwarden/server
The core infrastructure backend (API, database, Docker, etc).
|