Search code examples
ruby-on-railsrubyauthenticationcasrubycas

Rails application with CAS authentication


I've been considering CAS as a backend for authentication, and found RubyCAS.

Unfortunatelly, to test RubyCAS I have to install the server, setup an SSL infrastructure, start the server to, finally, test my application.

Is there a way of testing rubycas-client without setting up the server?


Solution

  • No, you can't work with RubyCAS without server.