Enabling User Group Synchronizers
User Group Synchronizers provide a way to integrate existing user stores with Cartella. By default, a new Cartella instance contains User Group Synchronizers for Salesforce (a customer-relations management platform) and for an LDAP directory. However, developers can create additional synchronizers for connecting to any kind of user store.
Essentially, setting up a User Group Synchronizer is a two-step process:
- Set the attribute values on
<UserGroupSynchronizers>
. - Set up the appropriate synchronizer (i.e., Salesforce, LDAP,
custom synchronizer) in an
<add>
element.
Tip
Alternatively, you can configure synchronizers within the Cartella
application itself by navigating to User Group Sync Configuration
Tool for details.
. See To enable the User Group Synchronizers feature:
This section includes:
Related Topics