OVERVIEW
The WebCT-Mediawiki integration implements single-signon access from WebCT to Mediawiki so that users can only access to the wiki from WebCT. A PHP script on the Mediawiki server is used to handle both requests from instructors to create a wiki instance and also login requests from WebCT users. Each WebCT section wiki is a separate wiki instance on the Mediawiki server, with a unique database prefix. WebCT users are automatically registered based on their userID, email, display name and a random password on the Mediawiki server. And Section instructors are automatically added to the wiki's sysop group.
Further information can be found in the packaged download available here
.