Kentor.AuthServices 0.10.0

Details
Advisory: https://github.com/advisories/GHSA-fv2h-753j-9g39 Severity: high
There is a newer version of this package available.
See the version list below for details.
dotnet add package Kentor.AuthServices --version 0.10.0
                    
NuGet\Install-Package Kentor.AuthServices -Version 0.10.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Kentor.AuthServices" Version="0.10.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Kentor.AuthServices" Version="0.10.0" />
                    
Directory.Packages.props
<PackageReference Include="Kentor.AuthServices" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Kentor.AuthServices --version 0.10.0
                    
#r "nuget: Kentor.AuthServices, 0.10.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Kentor.AuthServices@0.10.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Kentor.AuthServices&version=0.10.0
                    
Install as a Cake Addin
#tool nuget:?package=Kentor.AuthServices&version=0.10.0
                    
Install as a Cake Tool

A SAML2 Service Provider for ASP.NET. Built to mimic the WSFederationAuthenticationModule in .NET 4.5, but using SAML2 instead. The module works with the claims model of .NET 4.5 and uses the present infrastructure for claims translation, session authentication cookies etc.

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version 0.10.0
* Fixed issue loading metadata with multiple child elements to X509Data.
* Renamed destinationUri to destinationUrl for consitency.
* Moved UseKentorAuthServicesAuthentication() to Owin namespace.

Version 0.9.0
* Automatic refresh of metadata for identity providers and federations.
* Configuration option for metadataUrl for identity providers.

Version 0.8.0
* Automatic generation of service provider URLs, removing configuration.
* Configuration can now be supplied from code and not only in config file.
* Administrative metadata (organization and contactPerson) support.
* Serialization of SAML Attributes
* Support for Bootstrapcontext, saving incoming assertion in the resulting identity.
* Fixed new principal returned by ClaimsAuthenticationManager being ignored.
* Attribute consumer support in metadata and AuthnRequest.
* Discovery service response location included in metadata if use of discovery service is enabled.