Enabling the Switching Providers

For the security providers to work together with the standard Sitecore security providers enable the Switching Providers.

Enabling the Providers

For the security providers to work together with the standard Sitecore security providers (and other custom providers) the following changes should be made in the App_Config/Sitecore.config file:

<provider providerName="salesforceLead" storeFullNames="false" wildcard="%" domains="salesforceLead" isMultiRole="true" />
<provider providerName="salesforceLead" storeFullNames="false" wildcard="%" domains="salesforceLead" />
<provider providerName="salesforceLead" storeFullNames="false" wildcard="%" domains="salesforceLead" />

Please view the Low-Level Sitecore Security and Custom Providers article for details:

https://sdn.sitecore.net/Articles/Security/Low_level_Sitecore_Security_and_Custom_Providers.aspx

Next Step

Configuring the Membership Provider for Leads

Steps