Closed (fixed)
Project:
Moodle Integration
Version:
5.x-1.0
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Issue tags:
Reporter:
Created:
17 Oct 2008 at 22:18 UTC
Updated:
2 Jan 2014 at 23:45 UTC
Jump to comment: Most recent
Comments
Comment #1
dzigman commentedYes, what does this module do? I'm also interested in hearing from people in the community who have the module up and running.
Comment #2
pjsz commentedLooking at the code, it embeds the moodle site index_dr.php page within the drupal site inside of an Iframe. It looks like it passes the drupal user name and password in the url.
Comment #3
Chris Johnson commentedThat's correct. Versions prior to 6.x-2.0 embed Moodle in an iframe and provide an SSO capability by passing username and password on the URL, and having Moodle configured to use Drupal's database for authentication.
With the upcoming 6.x-2.0 release, SSO and iframe are removed. What's left, one might say. Now this module will begin to display data from the Moodle database in Drupal, using a web services interface (i.e. Drupal will not require direct access to Moodle's database, only be able to access Moodle's URLs).
SSO capabilities will be implemented in the moodlesso module.