Identity.Saml2
1.0.1
dotnet add package Identity.Saml2 --version 1.0.1
NuGet\Install-Package Identity.Saml2 -Version 1.0.1
<PackageReference Include="Identity.Saml2" Version="1.0.1" />
paket add Identity.Saml2 --version 1.0.1
#r "nuget: Identity.Saml2, 1.0.1"
// Install Identity.Saml2 as a Cake Addin
#addin nuget:?package=Identity.Saml2&version=1.0.1
// Install Identity.Saml2 as a Cake Tool
#tool nuget:?package=Identity.Saml2&version=1.0.1
The Identity Saml2 package adds SAML-P support for both Identity Provider (IdP) and Relying Party (RP) on top of the SAML 2.0 functionality implemented in .NET.
Support .NET 5.0
Support .NET Core 3.1
Support .NET Standard 2.1
Support .NET Framework 4.6.1 and 4.7.2
Support Message signing and validation as well as decryption is supported. The package supports SAML 2.0 login, logout, single logout and metadata. Both SP Initiated and IdP Initiated sign on is supported.
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 | netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETCoreApp 3.1
- Microsoft.IdentityModel.Tokens.Saml (>= 5.4.0)
- System.IdentityModel.Tokens.Jwt (>= 5.4.0)
- System.Runtime.InteropServices (>= 4.3.0)
- System.Security.Cryptography.Xml (>= 4.5.0)
- System.ServiceModel.Security (>= 4.5.3)
-
.NETFramework 4.6.1
- System.ValueTuple (>= 4.5.0)
-
.NETFramework 4.7.2
- No dependencies.
-
.NETStandard 2.1
- Microsoft.IdentityModel.Tokens.Saml (>= 5.4.0)
- System.IdentityModel.Tokens.Jwt (>= 5.4.0)
- System.Runtime.InteropServices (>= 4.3.0)
- System.Security.Cryptography.Xml (>= 4.5.0)
- System.ServiceModel.Security (>= 4.5.3)
-
net5.0
- Microsoft.IdentityModel.Tokens.Saml (>= 6.15.0)
- System.IdentityModel.Tokens.Jwt (>= 6.15.0)
- System.Security.Cryptography.Xml (>= 6.0.0)
- System.ServiceModel.Security (>= 4.9.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.