0.02
No commit activity in last 3 years
No release in over 3 years
AuthlogicCas is a CAS (a cross-site authentication system designed at Yale for single sign-on authentication) add-on for the Authlogic authentication system.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme
AuthlogicCas
============

AuthlogicCas is a CAS (a cross-site authentication system designed at Yale for single sign-on authentication) add-on for the Authlogic authentication system.

This extension requires the Rubycas-client plugin and a working CAS server with which it will communicate for CAS authentication.  You can get this plugin at http://code.google.com/p/rubycas-client/  By installing and configuring your CAS client as outlined in the Rubycas-client documentation, the session variable, session[:cas_user], containing the login credentials of a CAS-authenticated user, will be presented to this adapter.

When using this extension, calls to persist your Authlogic session should work seamlessly, such as:

UserSession.find

You will need to add a session persistence before_filter in your controller like

before_filter CASClient::Frameworks::Rails::Filter

 or

before_filter CASClient::Frameworks::Rails::GatewayFilter

to set session[:cas_user] for use with this add-on.

Copyright (c) 2009 Rich Davis, released under the MIT license