Versions Compared

Key

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

...

Configuration of the module requires making manual changes to the web.config, App_Config/ConnectionStrings.configApp_Config/Sitecore.config and App_Config/Security/Domains.config.xmlconfig files. You also need to check a setting in the module configuration file which is App_Config/Modules/IncludeS4S/S4S.config (see Configuring Unique Key Property (Optional)).

...

To enable the Security Connector, in the file, \App_Config\/Sitecore\/Owin.Authentication\/Sitecore.Owin.Authentication.config, place an additional entry in the <services> section

Code Block
languagexml
titleConfigurator Type
<configurator type="FuseIT.Sitecore.SalesforceSecurityProvider.Owin.Authentication.S4SServicesConfigurator, FuseIT.Sitecore.SalesforceSecurityProvider" />

This has to be after the default configurator.

...