Extension:PluggableSSO

MediaWiki extensions manual
PluggableSSO
Release status: unmaintained
Implementation User identity
Description Allows to use provided SSO information (e.g. "mod_auth_kerb") to login users
Author(s) Mark A. Hershberger (MarkAHershbergertalk)
Latest version 0.1.0 (2017-06-15)
MediaWiki 1.28+
Database changes No
License GNU General Public License 3.0 or later
Download
README
  • $wgAuthRemoteuserDomain
  • $wgSSOHeader
Quarterly downloads 3 (Ranked 144th)

The PluggableSSO extension allows for automatic login of users using headers.

Installation edit

  • Download and place the file(s) in a directory called PluggableSSO in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'PluggableSSO' );
    
  •   Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

See also edit