Sustainsys.Saml2.AspNetCore2
2.9.2
dotnet add package Sustainsys.Saml2.AspNetCore2 --version 2.9.2
NuGet\Install-Package Sustainsys.Saml2.AspNetCore2 -Version 2.9.2
<PackageReference Include="Sustainsys.Saml2.AspNetCore2" Version="2.9.2" />
paket add Sustainsys.Saml2.AspNetCore2 --version 2.9.2
#r "nuget: Sustainsys.Saml2.AspNetCore2, 2.9.2"
// Install Sustainsys.Saml2.AspNetCore2 as a Cake Addin
#addin nuget:?package=Sustainsys.Saml2.AspNetCore2&version=2.9.2
// Install Sustainsys.Saml2.AspNetCore2 as a Cake Tool
#tool nuget:?package=Sustainsys.Saml2.AspNetCore2&version=2.9.2
ASP.NET Core authentication handler for the SAML2 protocol, compatible with Asp.Net Core 2.X and 3.X
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 is compatible. 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. |
.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. |
-
.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.9.2)
-
.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.9.2)
-
.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.9.2)
-
net6.0
- Sustainsys.Saml2 (>= 2.9.2)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Sustainsys.Saml2.AspNetCore2:
Package | Downloads |
---|---|
Innofactor.SuomiFiIdentificationClient
Suomi.fi authentication client for dealing with all that SAML2 and decryption |
|
HBDStack.Web.Auths.SAML
Package Description |
|
ITVComponents.WebCoreToolkit.Saml
Package Description |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on Sustainsys.Saml2.AspNetCore2:
Repository | Stars |
---|---|
bitwarden/server
The core infrastructure backend (API, database, Docker, etc).
|
|
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 2.9.2
* Security Fix: Bind state and assertion to response issuer.
* Security Fix: Bind request state to module path to prevent substitution.
Version 2.9.1
* Support modern crypto providers
Version 2.9.0
* Add runtime detection for .NET 5+
* Deserialize LogoutResponse
See GitHub milestone issue list for details.