Sustainsys.Saml2
1.0.2
See the version list below for details.
dotnet add package Sustainsys.Saml2 --version 1.0.2
NuGet\Install-Package Sustainsys.Saml2 -Version 1.0.2
<PackageReference Include="Sustainsys.Saml2" Version="1.0.2" />
paket add Sustainsys.Saml2 --version 1.0.2
#r "nuget: Sustainsys.Saml2, 1.0.2"
// Install Sustainsys.Saml2 as a Cake Addin
#addin nuget:?package=Sustainsys.Saml2&version=1.0.2
// Install Sustainsys.Saml2 as a Cake Tool
#tool nuget:?package=Sustainsys.Saml2&version=1.0.2
SAML2 Protocol library for ASP.NET. Don't reference this directly, use one of the API modules: Sustainsys.Saml2.HttpModule/Mvc/Owin/AspNetCore2.
Product | Versions |
---|---|
.NET Framework | net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
This package has no dependencies.
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 1.0.2
* Security Fix: Ensure received token is a bearer token.
Version 1.0.1
* SameSite cookie update for Chrome 80
Version 1.0.0
* Bug fix: Asp.Net Core2 handler, incorrect signed redirect messages.
Version 0.24.0
* Bug fix: Asp.Net Core2 handler with null AuthenticationProperties now works.
* Bug fix: Error handling in Owin middleware with null/missing return url.
* Compatibility setting to ignore missing InResponseTo
Version 0.23.0
* Project renamed to Sustainsys.Saml2
* No other changes since 0.22.0
See GitHub milestone issue list for details.