AD (at least) can be used on other platforms to automatically authenticate a connection w/out prompting the user for credentials. If RoR could use it that way it would amount to single-sign-on I think.
Can RoR & its typical deployment stack not use AD like that? (I'm seriously asking, in case that's not apparent...) -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Marnen Laibow-Koser Sent: Wednesday, July 15, 2009 8:06 AM To: [email protected] Subject: [Rails] Re: Single Sign-on for two rails app p_W wrote: > Someone correct me if I'm wrong, but I don't think you can use > standard cookies across domains. He didn't say the apps were on separate domains. > > Have you thought about using OpenID's? There are some really good > OpenID gems. Sure, but this will not get around the cross-domain cookie issue. If the apps are on separate domains, the user will still have to enter his OpenID twice. > > If these apps are going to be used in a workplace or similar scenario, > you could try to use LDAP or AD...I know there are some gems to help > with this. Again, I don't think this would help authenticate to multiple apps. There may be other good reasons to use these methods of authentication, but they do not address the OP's issue. Best, -- Marnen Laibow-Koser http://www.marnen.org [email protected] -- Posted via http://www.ruby-forum.com/. GHC Confidentiality Statement This message and any attached files might contain confidential information protected by federal and state law. The information is intended only for the use of the individual(s) or entities originally named as addressees. The improper disclosure of such information may be subject to civil or criminal penalties. If this message reached you in error, please contact the sender and destroy this message. Disclosing, copying, forwarding, or distributing the information by unauthorized individuals or entities is strictly prohibited by law. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

