...
Code Block | ||
---|---|---|
| ||
<add name="salesforceContact" type="FuseIT.Sitecore.SalesforceSecurityProvider.SalesforceProfileProvider, FuseIT.Sitecore.SalesforceSecurityProvider" connectionStringName="S4SConnString" readOnly="false"/> |
Additionally for Lead authentication add the following line:
Code Block | ||
---|---|---|
| ||
<add name="salesforceLead" type="FuseIT.Sitecore.SalesforceSecurityProvider.SalesforceProfileProviderLead, FuseIT.Sitecore.SalesforceSecurityProvider" connectionStringName="S4SConnString" readOnly="false"/> |
Add the following profile properties to the system.web → profile → properties section of the web.config file (some fields only applicable for contact):
...
The above list of properties are is an example. The list can be expanded with other properties as per Adding Profile Properties.The Profile Provider is not currently implemented when utilising the Campaign Membership Provider.