Sustainsys.Saml2.AspNetCore2
2.1.0
See the version list below for details.
dotnet add package Sustainsys.Saml2.AspNetCore2 --version 2.1.0
NuGet\Install-Package Sustainsys.Saml2.AspNetCore2 -Version 2.1.0
<PackageReference Include="Sustainsys.Saml2.AspNetCore2" Version="2.1.0" />
paket add Sustainsys.Saml2.AspNetCore2 --version 2.1.0
#r "nuget: Sustainsys.Saml2.AspNetCore2, 2.1.0"
// Install Sustainsys.Saml2.AspNetCore2 as a Cake Addin #addin nuget:?package=Sustainsys.Saml2.AspNetCore2&version=2.1.0 // Install Sustainsys.Saml2.AspNetCore2 as a Cake Tool #tool nuget:?package=Sustainsys.Saml2.AspNetCore2&version=2.1.0
Package Description
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.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 was computed. net462 was computed. net463 was computed. net47 was computed. 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. |
-
.NETStandard 2.0
- Microsoft.AspNetCore.Authentication (>= 2.0.3)
- Microsoft.AspNetCore.Http (>= 2.0.2)
- Sustainsys.Saml2 (>= 2.1.0)
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
Bitwarden 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 | Downloads | Last updated | |
---|---|---|---|
2.10.0 | 101,662 | 8/9/2024 | |
2.9.2 | 837,073 | 9/19/2023 | |
2.9.1 | 155,506 | 6/12/2023 | |
2.9.0 | 1,493,422 | 12/20/2021 | |
2.8.0 | 755,254 | 12/22/2020 | |
2.7.0 | 1,702,410 | 4/21/2020 | |
2.6.0 | 48,476 | 3/27/2020 | |
2.5.0 | 19,292 | 3/24/2020 | |
2.4.0 | 130,973 | 1/17/2020 | |
2.3.0 | 114,019 | 6/27/2019 | |
2.2.0 | 111,442 | 11/23/2018 | |
2.1.0 | 37,259 | 10/16/2018 | |
2.0.0 | 4,082 | 9/27/2018 | |
1.0.3 | 1,635 | 9/19/2023 | |
1.0.2 | 1,814 | 4/21/2020 | |
1.0.1 | 1,877 | 1/17/2020 | |
1.0.0 | 2,454 | 9/13/2018 | |
0.24.0 | 23,293 | 3/30/2018 | |
0.23.0 | 3,005 | 1/17/2018 | |
0.22.0 | 4,396 | 12/29/2017 |
Version 2.1.0
* Add back support for .NET 4.6.2 (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.