Hi Bryan, On Jan 4, 2012, at 7:55 PM, Bryan E. Wooten wrote:
> Hi all, > > I just received my first request to integrate my CAS server with a Ruby > application. WooHoo! > > I found this: https://wiki.jasig.org/display/CASC/Ruby+on+Rails+CAS+Client > > Any other guidance / resource is appreciated for this Ruby newbie. My organization (NUBIC) used to use rubycas-client, but we ran into some inconsistent behavior. (Unfortunately, I can't remember the details right now, but my memory is that had something to do with proxy tickets.) We wrote our own client, Castanet[1]. You can use it on its own, but (e.g.) doesn't have any automatic Rails or Rack integration itself. You can use it in a friendlier environment via Aker[2], which is our Ruby/Rack authentication framework. It has native CAS support (including proxying, for both the server and client roles), among other things. If you're working with a Rails app, you'll want to look at Aker-Rails[3] for easy integration with that framework. NUBIC has many ruby apps using CAS for authentication, so I'd be happy to try to answer any general questions, too. Rhett [1]: https://github.com/NUBIC/castanet [2]: https://github.com/NUBIC/aker [3]: https://github.com/NUBIC/aker-rails > > Cheers, > > Bryan > -- > You are currently subscribed to [email protected] as: > [email protected] > To unsubscribe, change settings or access archives, see > http://www.ja-sig.org/wiki/display/JSG/cas-user -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
