summaryrefslogtreecommitdiff
path: root/plugins/CasAuthentication/CasAuthenticationPlugin.php
AgeCommit message (Collapse)Author
2010-03-02Redirect to main page when transparent SSO is in place for the CAS plugin ↵Craig Andrews
(which is what the user expects)
2010-01-09Add version information to a bunch of pluginsCraig Andrews
2010-01-06remove invalid calls to AuthenticationPlugin::onAutoloadCraig Andrews
2010-01-05Move Authorization and Authentication plugin structures into core, instead ↵Craig Andrews
of as plugins. This move makes sense as you can addPlugin('Authentication') for example - these are abstract classes designed to be implemented, not used directly.
2010-01-04Add 'takeOverLogin' parameter for a real SSO feelCraig Andrews
2009-12-30Add missing required line so this plugin works if it's the first (or only) ↵Craig Andrews
Authentication Plugin in use
2009-12-22First version of a CAS authentication pluginCraig Andrews