Tags:
authentication2Add my vote for this tag sso1Add my vote for this tag create new tag
view all tags

CasLoginContrib

CAS login manager for TWiki

Usage

This 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 specify TWiki::LoginManager::CasLogin (or TWiki::Client::CasLogin for TWiki 4.1.x) in the security setup section of configure.

Examples

Configure 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 Instructions

  • For an automated installation, run the configure script and follow "Find More Extensions" in the in the Extensions section.

  • Or, follow these manual installation steps:
    • Download the ZIP file from the extension home on twiki.org (see below).
    • Unzip CasLoginContrib.zip in your twiki installation directory.
    • Set the ownership of the extracted directories and files to the webserver user.
    • Install the dependencies (if any).

Contrib Info

This initial attempt at packaging the CasLogin is based on work done by CharlieReitsma (See TWiki:Codev.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.

Plugin Author: TWiki:Main.CharlieReitsma, TWiki:Main.OlivierBerger, TWiki:Main.LucasMaciuga
Copyright: © 2005-2008 TWiki:Main.GregAbbas
© 2005-2008 TWiki:Main.CharlieReitsma
© 2005-2008 TWiki:Main.OliverBerger
© 2016 TWiki:Main.LucasMaciuga
© 2005-2021 TWiki:Main.PeterThoeny
© 2005-2021 TWiki:TWiki.TWikiContributor
License: GPL (GNU General Public License)
Plugin Version: 2021-04-01
Change History:  
2021-04-01 TWikibug:Item7851: Add $TWiki::cfg{CAS}{SSL_version} -- TWiki:Main.PeterThoeny
2021-03-31 TWikibug:Item7851: Merge Lucas Maciuga's changes to repository & re-release -- TWiki:Main.PeterThoeny
2016-01-30 Changed two lines in casLogin.pm to work with TWiki 6.0 and CAS 4.1 -- TWiki:Main.LucasMaciuga
2008-08-26 Updating documentation, adding Config.spec, managing Contrib sources in SVN
v. 2 (20080815) Adding TWiki::LoginManager::CasLogin for TWiki 4.2 to ship both versions at the same time.
v. 1 (20080814) Initial release with TWiki::Client::CasLogin, only for TWiki 4.1.2.
Dependencies:
NameVersionDescription
AuthCAS>=1.3.1Required. See : CPAN:AuthCAS, AuthCAS
Contrib Home: http://twiki.org/cgi-bin/view/Plugins/CasLoginContrib
Feedback: http://twiki.org/cgi-bin/view/Plugins/CasLoginContribDev
Appraisal: http://twiki.org/cgi-bin/view/Plugins/CasLoginContribAppraisal

Related Topics: TWikiContribs, DeveloperDocumentationCategory, AdminDocumentationCategory, TWikiPreferences

Topic attachments
I Attachment History Action Size Date Who Comment
Unknown file formatmd5 CasLoginContrib.md5 r5 r4 r3 r2 r1 manage 0.2 K 2021-04-01 - 05:51 PeterThoeny  
Compressed Zip archivetgz CasLoginContrib.tgz r6 r5 r4 r3 r2 manage 6.6 K 2021-04-01 - 05:51 PeterThoeny  
Compressed Zip archivezip CasLoginContrib.zip r6 r5 r4 r3 r2 manage 11.4 K 2021-04-01 - 05:51 PeterThoeny  
Unknown file formatext CasLoginContrib_installer r4 r3 r2 r1 manage 3.7 K 2021-04-01 - 05:51 PeterThoeny  
Edit | Attach | Watch | Print version | History: r12 < r11 < r10 < r9 < r8 | Backlinks | Raw View | Raw edit | More topic actions
Topic revision: r12 - 2021-04-01 - PeterThoeny
 
  • Learn about TWiki  
  • Download TWiki
This site is powered by the TWiki collaboration platform Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.