Extension:PluggableSSO
Appearance
This extension is incompatible with the current stable MediaWiki 1.44 release! MediaWiki developers are invited to pledge their efforts to updating this extension to make it compatible with MediaWiki 1.44 by replacing the {{Incompatible}} template with {{Incompatible|pledge=~~~~}}. |
This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. |
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 | GitHub: README |
|
|
The PluggableSSO extension allows for automatic login of users using headers.
Installation
[edit]- Download and place the file(s) in a directory called
PluggableSSOin yourextensions/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.
