Protect Plugin: eFront
This plugin provides product and user management integration between aMember and eFront (v3.6.7+)
Enable in Admin CP -> Plugins -> eFront
Configure eFront admin userid, password and full path to API2
Configure subscription on product by product basis(amember CP -> Protect Content -> Integrations)
In eFront, logged on as Administrator, go to System Configuration:
Enable API module, and make sure to allow your server IP address to list of allowed IP for API access.
Set "Redirect after logout to:" to http://mydomain.com/amember/logout
Note
Be sure to sanitize your course / lesson names from any high ascii characters such as & and # as it may cause problems when building the course / lesson list or updating their profile.
To avoid possible issues with single login between aMember and Efront, edit file
/var/www/html/amember/application/configs/config.php
and add this line to the top of the file after <?php line:
define('AM_SESSION_NAME', 'AMSESSID');