Angel Pizarro on 25 Jun 2008 10:17:52 -0700


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: [PhillyOnRails] Rails / PHP / Capistrano


I've had good luck with CAS for SSO.

See here:

http://www.ja-sig.org/products/cas/

There are clients for most frameworks. There is even an plain-old Apache (1 & 2) clients in CPAN. Here is the link to Apach2 module:
http://search.cpan.org/~jhitt/Apache2-AuthCAS-0.3/lib/Apache2/AuthCAS.pm

For rails and merb, there is a rubycas-client in google code. For a CAS server, you can use rbuycas-server (a camping app also on google code) or the tomcat WAR file on the main CAS site.

And of course there is that open id stuff all the kids are talking about.
Good luck!

-angel

On Wed, Jun 25, 2008 at 12:01 PM, Mat Schaffer <schapht@gmail.com> wrote:
On Jun 25, 2008, at 11:22 AM, Nick Romanowski wrote:
This was the option i decided to go with.  It doesn't offer everything i was hoping for, but it was the easiest.  I'm just using fully qualified links from within the rails app to the subdomains and some of the other setup is a little messy, but at least it works.  SSO for all three is nothing more than a pipe dream now...

Isn't it always?  I recently discovered that mod_perl and mod_python have hooks for HTTP authentication.  Actually used mod_perl to get svn using my redmine database for usernames/passwords.

It's got me thinking about ways you could maybe leverage this in other apps to get at least a single set of credentials and potentially SSO as well.  But maybe I should just give up and really master LDAP.


-Mat
_______________________________________________
To unsubscribe or change your settings, visit:
http://lists.phillyonrails.org/mailman/listinfo/talk


_______________________________________________
To unsubscribe or change your settings, visit:
http://lists.phillyonrails.org/mailman/listinfo/talk