Versions Compared

Key

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

Enabling the Switching 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 webthe App_Config/Sitecore.config file:

  • to the Sitecore » switchingProviders » membership element (it must come before the "sql" definition in this groupsitecore » switchingProviders » membership element (the order is not important)
Code Block
languagexml
<provider providerName="salesforceLead" storeFullNames="false" wildcard="%" domains="salesforceLead" isMultiRole="true" />
  • to the sitecore » switchingProviders » roleManager element (it must come before the "sql" definition in this groupthe order is not important)
Code Block
languagexml
<provider providerName="salesforceLead" storeFullNames="false" wildcard="%" domains="salesforceLead" />
  • to the Sitecore sitecore » switchingProviders » profile element (it must come before the "sql" definition in this group)

...