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
Project
authlogic_cas
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
2025
Pull Requests
Development
Dependencies
Runtime
>= 0
>= 0
Project Readme