rubycas-client authentification and local session

1k views Asked by At

I am using ruby-cas client, for an authentification based on a CAS. I would like to link the ruby_cas authentication to my application :

when we log in with cas, in additon to the CAS session created, a session for my application is also created.

What should i do?

thanks

1

There are 1 answers

1
chech On BEST ANSWER

You could use devise and devise_cas_authenticatable

This should work for Rails 3. I am trying to make it work with rails 4 but rubycas-client (needed for devise_cas_authenticatable) is giving me a lot of trouble. However I haven't surrendered yet :)