Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If the Campaign Membership Provider is being used, then the following changes will need to be made in the web.config file:

to the sitecore → switchingProviders → membership the sitecore » switchingProviders » membership element (the order is not important)

Code Block
languagexml
<provider providerName="salesforceCampaign" storeFullNames="false" wildcard="%" domains="salesforceCampaign" isMultiRole="true" />
  • to the sitecore → switchingProviders → roleManager the sitecore » switchingProviders » roleManager element (the order is not important)

...

If the Campaign Membership Provider is being used add the following element to the system.web → membership → providers web » membership » providers section of the web.config file:

...

Add the following element to the system.web → roleManager → providers web » roleManager » providers section of the web.config file:

Code Block
languagexml
<add name="salesforceCampaign" type="FuseIT.Sitecore.SalesforceSecurityProvider.SalesforceCampaignRoleProvider, FuseIT.Sitecore.SalesforceSecurityProvider" 
roleFieldName="SitecoreRoles__c|IsSitecoreRole__c" connectionStringName="S4SConnString" readOnly="false"/>

...