/PluggableSSO

SSO plugin for PluggableAuth

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

PluggableSSO

SSO plugin for PluggableAuth.

This extension works with the PluggableAuth extension to automatically create users for MediaWiki based on Single-Sign-On provisions.

For example, if you have set up Apache and mod_kerb, you'll be given REMOTE_USER in your HTTP Headers. In the past, you would the Auth_remoteuser, extension for this.

This extension is meant to be a drop-in replacement for that.

SiteMinder SSO

This extension can also replace the Siteminder Authentication extension with a couple of lines of code:

$wgSSOHeader = "SM-MAIL";
$wgAuthRemoteuserDomain = "example.com";