Syncing Groups to a Custom User Store


Prerequisites: Be sure to configure the attribute values in <UserGroupSynchronizers> before proceeding to the steps below.

Administrators or developers can create custom synchronizers to connect to custom user stores.

To set up a custom group synchronizer:
  1. Navigate to [Site_Root].
  2. Open Cartella.config in a text editor.
  3. Search for the <UserGroupSynchronizers> element.
  4. Inside <UserGroupSynchronizers>, create an <add> element with @name and @authenticator attributes.
    <add name="[some_name]" authenticator="[authenticator]"/>
  5. Save Cartella.config.