Versions Compared

Key

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

...

Configure the S4S security providers by adding the following elements (Single Role Only):

  •  To the sitecore>switchingProviders>membership sitecore » switchingProviders » membership element (the order is not important)
Code Block
languagexml
<provider providerName="salesforceAccountLookupProvider" storeFullNames="false" wildcard="%" domains="salesforceAL" />
  • To the sitecore>switchingProviders>roleManager sitecore » switchingProviders » roleManager element (the order is not important)
Code Block
languagexml
<provider providerName="salesforceAccountLookupProvider" storeFullNames="false" wildcard="%" domains="salesforceAL" />
  • To the sitecore>switchingProviders>profile sitecore » switchingProviders » profile element (it must come before the "sql" definition in this group)

...