Extension:PluggableSSO
Appearance
This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. |
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 | GitHub: README |
|
|
Quarterly downloads | 1 (Ranked 139th) |
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 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.