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
<PackageReference Include="VA.SitefinitySTS.RelyingParty" Version="1.0.6.2" />
paket add VA.SitefinitySTS.RelyingParty --version 1.0.6.2
#r "nuget: VA.SitefinitySTS.RelyingParty, 1.0.6.2"
// 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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
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.
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