Versions Compared

Key

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

In the web.config, navigate to the system.web>membership>providers web » membership » providers element. Verify that the realProviderName attributes are set to "switcher" as per Enable Switching Providers.

Adding the new providers by domain

...

  •  To the sitecore » switchingProviders » membership element (the order is not important)
Code Block
languagexml
<provider providerName="salesforceAccountLookupProvider" storeFullNames="false" wildcard="%" domains="salesforceAL" />

...