Skip to content

gregpymm/absorb_lms_api_client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Absorb Wordpress SSO / Wordpress Plugin for SSO and API access to Absorb LMS

This plugin allows WP to interface with the Absorb LMS to get course information in order to create links to courses within WordPress/WooCommerce. Then allowing a logged in user, after purchasing courses, to processe the SSO(Single Sign On) to Absorb from these links using lightSAML.

Set the following constants in wp-config.php:

// ** Absorb API ** //
define('ABSORB_PRIV_KEY', 'XXXXXXXXX');
define('ABSORB_USER', 'XXXXXXXXX');
define('ABSORB_PASS', 'XXXXXXXXX');
define('ABSORB_DEPT_ID', 'XXXXXXXXX');
define('ABSORB_URL', 'XXXXXXXXX');

This is a fairly bare-bones plugin that enables Asbosrb integration funcitonality, but requires some customization to get up and running with your specific implementation. Feel free to reach out with any questions.

About

Absorb LMS API Client Plugin for Wordpress

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages