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 App_Config/Sitecore.config file:

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

...

Code Block
languagexml
<provider providerName="salesforceLead" storeFullNames="false" wildcard="%" domains="salesforceLead" />
  • to the s itecore sitecore » switchingProviders » profile element (it must come before the "sql" definition in this group)

...