[Rails] Single Signon (via Kerberos) with Rails

Hello,

Has anybody been successful in implementing Kerberos Authentication
using Rails?
How about in the Windows world?

Thank you,
Brian Takita

You should check out Yale's CAS if you want web SSO using kerberos but don't want to fuss with GSSAPI.

http://tp.its.yale.edu/tiki/tiki-index.php?page=CentralAuthenticationService

Not sure if it supports Ruby, but it's the best thing I know of for this kind of work.

Zed

ยทยทยท

On Tue, 6 Sep 2005 06:21:27 +0900 "Brian Takita" <brian.takita@gmail.com> wrote:

Hello,

Has anybody been successful in implementing Kerberos Authentication
using Rails?
How about in the Windows world?

Thank you,
Brian Takita