Skip to content

iamcal/MediaWiki-SSO

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

MediaWiki SSO

A plugin to enable Single Sign-On (SSO) for MediaWiki. This is set up to use GodAuth but can be easily be modified for any SSO system. The HTTPAuth.php plugin is an alternative version that just uses a $_SERVER variable. It should be very easy to adapt.

Installation

Copy the file GodAuth.php into the /extensions/ folder. Then open up your LocalSettings.php file and add these lines at the bottom:

$wgAuthDomain = 'mydomain.com';

require_once('extensions/GodAuth.php');
$wgAuth = new GodAuth();

Credits

About

SSO for MediaWiki

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages