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?
No, you can't work with RubyCAS without server.
No you need to have both applications ready. they should talk each other
精彩评论