Sustainsys.Saml2
2.9.0
dotnet add package Sustainsys.Saml2 --version 2.9.0
NuGet\Install-Package Sustainsys.Saml2 -Version 2.9.0
<PackageReference Include="Sustainsys.Saml2" Version="2.9.0" />
paket add Sustainsys.Saml2 --version 2.9.0
#r "nuget: Sustainsys.Saml2, 2.9.0"
// Install Sustainsys.Saml2 as a Cake Addin
#addin nuget:?package=Sustainsys.Saml2&version=2.9.0
// Install Sustainsys.Saml2 as a Cake Tool
#tool nuget:?package=Sustainsys.Saml2&version=2.9.0
SAML2 protocol support. Do not use directly, use the high level package for your platform.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.6.1
- Microsoft.IdentityModel.Protocols (>= 5.2.4)
- Microsoft.IdentityModel.Tokens (>= 5.2.4)
- Microsoft.IdentityModel.Tokens.Saml (>= 5.2.4)
- System.Configuration.ConfigurationManager (>= 4.4.1)
- System.Security.Cryptography.Xml (>= 4.5.0)
- System.ValueTuple (>= 4.5.0)
-
.NETFramework 4.7
- Microsoft.IdentityModel.Protocols (>= 5.2.4)
- Microsoft.IdentityModel.Tokens (>= 5.2.4)
- Microsoft.IdentityModel.Tokens.Saml (>= 5.2.4)
- System.Configuration.ConfigurationManager (>= 4.4.1)
- System.Security.Cryptography.Xml (>= 4.5.0)
-
.NETStandard 2.0
- Microsoft.Extensions.Caching.Memory (>= 2.1.2)
- Microsoft.IdentityModel.Protocols (>= 5.2.4)
- Microsoft.IdentityModel.Tokens (>= 5.2.4)
- Microsoft.IdentityModel.Tokens.Saml (>= 5.2.4)
- System.Configuration.ConfigurationManager (>= 4.4.1)
- System.Security.Cryptography.Xml (>= 4.5.0)
NuGet packages (6)
Showing the top 5 NuGet packages that depend on Sustainsys.Saml2:
Package | Downloads |
---|---|
Sustainsys.Saml2.AspNetCore2
ASP.NET Core authentication handler for the SAML2 protocol, compatible with Asp.Net Core 2.X and 3.X |
|
Kentor.AuthServices
SAML2 Protocol library for ASP.NET. Don't reference this directly, use one of the API modules: Sustainsys.Saml2.HttpModule/Mvc/Owin/AspNetCore2. |
|
Sustainsys.Saml2.Owin
A SAML2 Owin middleware, compatible with ASP.NET Identity for external logins. |
|
Sustainsys.Saml2.HttpModule
A SAML2 Http Module for ASP.NET. Install in project and add sections to web.config. No coding required. The package adds an ASP.NET Http Authentication Module that handles SAML SignIn and SignOut. It works with the claims model of .NET and uses the present infrastructure for session authentication cookies etc. |
|
Sustainsys.Saml2.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 SAML SignIn and SignOut. It works with the claims model of .NET and uses the present infrastructure for session authentication cookies etc. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Sustainsys.Saml2:
Repository | Stars |
---|---|
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.0
* Add runtime detection for .NET 5+
* Deserialize LogoutResponse
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.