Skip to content

haukepribnow/authlogic_cas

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Attention: This add-on works only with Rails!


Install
=======

1. Install the rubycas-client plugin. You can download it from here:
	http://code.google.com/p/rubycas-client/

2. Install this plugin.

3. In your config/environment.rb make sure that the rubycas-client plugin will be loaded before this plugin. You can ensure that by adding something like this to the Rails::Initializer.run block:
	config.plugins = [ :casclient, :authlogic_cas, :all ]

4. Add the rubycas-client filter settings at the end of the config/environment.rb:
	CASClient::Frameworks::Rails::Filter.configure(
	  :cas_base_url => "https://your.cas.server.here/",
	  :enable_single_sign_out => true
	)



Copyright (c) 2011 Hauke Pribnow, released under the MIT license


----------------------------------
Original version of authlogic_cas:

http://github.com/thurisaz/authlogic_cas

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

About

A CAS adapter add-on for Authlogic

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%