Extension:PluggableSSO
![]() | 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: unmaintainedCategory:Unmaintained extensions |
|
---|---|
Implementation | User identityCategory: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 | GitHub: README |
|
|
Quarterly downloads | 0 |
The PluggableSSO extension allows for automatic login of users using headers.
Installation
- 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.
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