Extension:PluggableSSO

Category:Unmaintained extensions#PluggableSSO Category:Extensions without an imageCategory:Extensions without a compatibility policyCategory:GPL licensed extensions
MediaWiki extensions manual
PluggableSSO
Release status: unmaintainedCategory:Unmaintained extensions
Implementation User identity Category:User identity extensions
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+Category:Extensions with manual MediaWiki version
Database changes No
License GNU General Public License 3.0 or later
Download Category:Extensions in GitHub version control
README
  • $wgAuthRemoteuserDomain
  • $wgSSOHeader
Quarterly downloads 0
Category:All extensions

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

Installation

  • 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' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

See also

Category:Login extensions
Category:All extensions Category:Extensions in GitHub version control Category:Extensions with manual MediaWiki version Category:Extensions without a compatibility policy Category:Extensions without an image Category:GPL licensed extensions Category:Login extensions Category:Unmaintained extensions Category:User identity extensions