Magento and Moodle Integration

后端 未结 3 699
梦如初夏
梦如初夏 2021-01-18 09:34

I have a project which requires me to setup an subscription-based online learning site using Moodle. I checked Moodle and it seems that it can handle this by itself. The pro

相关标签:
3条回答
  • 2021-01-18 10:26

    Unfortuantely it seems there are no extensions that bridge Magento with Moodle. You'll have to develop a module yourself :S

    0 讨论(0)
  • 2021-01-18 10:31

    I think is possible with a moderate effort.

    Check my plugins (GPL) for moodle2 that let moodle support auth and enrolment based on simplesamlphp software.

    With those plugins the "moodle part" is done. You can "provisioning/deprovisioning users on courses on the fly", using the user atribute entitlements sent on the saml assertion.

    So you only must to add saml support to Magento and develop the logic to add the entitlements to the auth source that you use in your identity provider when a purchase is done.

    Edit:

    0 讨论(0)
  • 2021-01-18 10:38

    To solve the single sign on(SSO) issue you will have to use simpleSAMLphp.

    0 讨论(0)
提交回复
热议问题