Line: 1 to 1 | |||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Added: | |||||||||||||||||||||||||||||||
> > | <-- This topic is part of the documentation for CasLoginContrib and is automatically generated from Subversion. Do not edit it! Your edits will be lost the next time the topic is uploaded! If you want to report an error in the topic, please raise a report at http://develop.twiki.org/~twiki4/cgi-bin/view/Bugs/CasLoginContrib --> CasLoginContrib<-- One line description, required for extensions repository catalog.
On this page:
UsageThis is a login manager for TWiki which allows integration in a CAS Single Sign On infrastructure. Once installed, it provides users with a "trip" to a CAS server to enter usernames and passwords when authentication is required in TWiki. To activate it, you will specifyTWiki::LoginManager::CasLogin (or TWiki::Client::CasLogin for TWiki 4.1.x) in the security setup section of configure.
ExamplesConfigure the following variables to activate this Login manager :$TWiki::cfg{LoginManager} = 'TWiki::LoginManager::CasLogin'; # or 'TWiki::Client::CasLogin'; for TWiki 4.1.x $TWiki::cfg{CAS}{casUrl} = 'https://yourcas.yourdomain/cas'; $TWiki::cfg{CAS}{CAFile} = '/etc/ssl/certs/your_CAS.pem';Should you wish to trace execution of Client/LoginManager, you may set also : $TWiki::cfg{Trace}{Client} = 1; Installation InstructionsYou do not need to install anything in the browser to use this extension. The following instructions are for the administrator who installs the extension on the server where TWiki is running. Like many other TWiki extensions, this module is shipped with a fully automatic installer script written using the BuildContrib.
Contrib InfoThis initial attempt at packaging the CasLogin is based on work done by CharlieReitsma (See CasLogin), modified by OlivierBerger to work with TWiki 4.1.2, and assembled into a Contrib package. You'll find the original version of CharlieReitsma meant for TWiki 4.2 in CasLogin.
<-- Do not attempt to edit this topic; it is auto-generated. Please add comments/questions/remarks to the feedback topic on twiki.org instead. --> |