Note: You are currently viewing documentation for Moodle 2.0. Up-to-date documentation for the latest stable version is available here: MediawikiSSO.

MediawikiSSO: Difference between revisions

From MoodleDocs
No edit summary
 
m (category)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
Building on Martin Dougiamas' [[https://docs.moodle.org/en/AuthMoodle|AuthMoodle]] work, this code provides SSO from Moodle to Mediawiki, with some limitations.
Building on Martin Dougiamas' [[AuthMoodle]] work, this code provides SSO from Moodle to Mediawiki, with some limitations.


Currently, this is working for
Currently, this is working for
Line 10: Line 10:


The code is available here:
The code is available here:
http://moodle.org/mod/data/view.php?d=13&rid=1575
[[Category:Contributed code]]

Latest revision as of 06:06, 4 June 2008

Building on Martin Dougiamas' AuthMoodle work, this code provides SSO from Moodle to Mediawiki, with some limitations.

Currently, this is working for

  • Mediawiki 1.9 and Moodle 1.7 -- this needs updating: volunteers?
  • Mediawiki and Moodle are on the same domain
  • PostgreSQL is being used

Cookies are used for communication, so the sites need to share the same domain name.

The code is available here:

http://moodle.org/mod/data/view.php?d=13&rid=1575