Skip to content

hexmode/PluggableSSO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PluggableSSO

SSO plugin for PluggableAuth.

This extension works with the PluggableAuth extension to automatically create users for MediaWiki based on Single-Sign-On provisions.

For example, if you have set up Apache and mod_kerb, you'll be given REMOTE_USER in your HTTP Headers. In the past, you would the Auth_remoteuser, extension for this.

This extension is meant to be a drop-in replacement for that.

SiteMinder SSO

This extension can also replace the Siteminder Authentication extension with a couple of lines of code:

$wgSSOHeader = "SM-MAIL";
$wgAuthRemoteuserDomain = "example.com";

About

SSO plugin for PluggableAuth

Resources

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages