Sustainsys.Saml2.HttpModule
2.1.0
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 the SAML SignIn and SignOut. It works with the claims model of .NET 4.5 and uses the present infrastructure for claims translation, session authentication cookies etc.
See the version list below for details.
Install-Package Sustainsys.Saml2.HttpModule -Version 2.1.0
dotnet add package Sustainsys.Saml2.HttpModule --version 2.1.0
<PackageReference Include="Sustainsys.Saml2.HttpModule" Version="2.1.0" />
paket add Sustainsys.Saml2.HttpModule --version 2.1.0
#r "nuget: Sustainsys.Saml2.HttpModule, 2.1.0"
Release Notes
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.
Dependencies
-
- Sustainsys.Saml2 (= 2.1.0)
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Sustainsys.Saml2.HttpModule:
Package | Downloads |
---|---|
Kentor.AuthServices.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 the SAML SignIn and SignOut. It works with the claims model of .NET 4.5 and uses the present infrastructure for claims translation, session authentication cookies etc.
|
GitHub repositories
This package is not used by any popular GitHub repositories.