VA.SitefinitySTS.RelyingParty 1.0.6.2

dotnet add package VA.SitefinitySTS.RelyingParty --version 1.0.6.2
NuGet\Install-Package VA.SitefinitySTS.RelyingParty -Version 1.0.6.2
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="VA.SitefinitySTS.RelyingParty" Version="1.0.6.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add VA.SitefinitySTS.RelyingParty --version 1.0.6.2
#r "nuget: VA.SitefinitySTS.RelyingParty, 1.0.6.2"
#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.
// Install VA.SitefinitySTS.RelyingParty as a Cake Addin
#addin nuget:?package=VA.SitefinitySTS.RelyingParty&version=1.0.6.2

// Install VA.SitefinitySTS.RelyingParty as a Cake Tool
#tool nuget:?package=VA.SitefinitySTS.RelyingParty&version=1.0.6.2

Configure your Sitefinity Project to use an external STS

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.6.2 1,165 2/5/2018
1.0.6.1 974 2/1/2018
1.0.6 1,129 5/3/2016
1.0.5 1,008 3/8/2016
1.0.4 967 3/8/2016
1.0.3 950 3/7/2016
1.0.2 977 3/7/2016
1.0.0 1,191 2/29/2016

2018-02-05: Version 1.0.6.2 - Resolved duplicate profile issue
     - Groups are synchronized as long as they are added in the RolesToManage collection or ManageAnyRoleByName is set to true (in RelyingPartySettings)
     2018-02-01: Version 1.0.6: - Support for Sitefinity 10
     2016-05-03: Version 1.0.6: - Users enabled by default.
     - Two additional policy settings:
     - ForceMembershipProvider: If true the incoming membership provider (from domain claim) will be replaced with the value in DefaultMembershipProvider
     - DefaultMembershipProvider: used to create a user if ForceMembershipProvider is true

     Version 1.0.5: Updated dll
     Version 1.0.4: Map claim values to profile properties (matching last bit of the claim name to the name of the profile property)

     Version 1.0.3: - Secure settings by default. Versionless references to token handler in web.config
     Version 1.0.2:  - Add GivenName,Surname,email claims to User/Profile properties
     - RelyingParty.config: Default password, Backdoor password & additional settings
Version 1.0.1 configures default sts configuration