Kentor.AuthServices
0.12.0
Advisory: https://github.com/advisories/GHSA-fv2h-753j-9g39 | Severity: high |
dotnet add package Kentor.AuthServices --version 0.12.0
NuGet\Install-Package Kentor.AuthServices -Version 0.12.0
<PackageReference Include="Kentor.AuthServices" Version="0.12.0" />
paket add Kentor.AuthServices --version 0.12.0
#r "nuget: Kentor.AuthServices, 0.12.0"
// Install Kentor.AuthServices as a Cake Addin #addin nuget:?package=Kentor.AuthServices&version=0.12.0 // Install Kentor.AuthServices as a Cake Tool #tool nuget:?package=Kentor.AuthServices&version=0.12.0
A SAML2 Service Provider for ASP.NET. The HTTP module works with the claims model of .NET 4.5 and uses the present infrastructure for claims translation, session authentication cookies etc.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
0.12.0 | 1,334 | 1/16/2015 | |
0.11.0 | 254 | 11/27/2014 | |
0.10.0 | 306 | 11/7/2014 | |
0.9.0 | 74 | 10/30/2014 | |
0.8.0 | 61 | 10/24/2014 | |
0.7.2 | 81 | 9/24/2014 | |
0.7.0 | 60 | 9/24/2014 | |
0.6.2 | 53 | 9/21/2014 | |
0.6.0 | 80 | 9/17/2014 | |
0.5.2 | 113 | 8/19/2014 | |
0.5.0 | 42 | 8/19/2014 | |
0.4.0 | 181 | 5/12/2014 | |
0.3.0 | 202 | 11/26/2013 | |
0.2.0 | 92 | 10/15/2013 | |
0.1.0 | 70 | 9/30/2013 |
Version 0.12.0
* Compatibility tested with Thinktecture IdentityServer v3.
* Further improved configuration from code.
* Linking accounts with ASP.NET Identity now works.
* Improved exception messages on SAML Response validation failures.
Version 0.11.0
* Improved IdentityProvider configuration from code.
* Configuration from code support for MVC controller.
* Fixed: Metadata incorrectly loaded for Idps in federations.
* Fixed: AttributeConsumingService in metadata when not configured.