Hey All, My group has a plone-based public web portal thingy that a contractor provides for us, w/all the usual CMS goodies (contacts; news items, hierarchical folder structure, etc.). Quite independently of that, they asked me to create a project/collaboration tracking application (who''s involved w/what project, in what capacity, etc.) which I took as an opportunity to learn RoR. The plone thing runs at the contractor''s & is accessible from several different organizations (a requirement). The RoR app just runs here at my site on our intranet (w/out any security at all). Management may be moving toward the <<plone site>> + <<ror web app>> = <<super web app!>> arithmatic, and it''s giving me a queasy feeling. Has anybody tried to integrate a plone site & a ror app? Single-sign-on is the most desired thing I believe, tho sharing lists of people & contact info etc. would also be nice. Any pointers/advice would be most appreciated. Thanks! -Roy Roy Pardee Research Analyst/Programmer Group Health Center For Health Studies (Cancer Research Network) (206) 287-2078 Google Talk: rpardee --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
>Roy Pardee wrote: > Has anybody tried to integrate a plone site & a ror app? Single-sign-on > is the most desired thing I believe, tho sharing lists of people & > contact info etc. would also be nice. Any pointers/advice would be most > appreciated.What about OpenID? On the plone side have them add OpenID support. plone.org/documentation/how-to/openid-support On the RoR side do the same. wiki.rubyonrails.org/rails/pages/openid Cheers. -- Posted via ruby-forum.com. --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Thanks! I wondered about that. Does OpenID do actual single-sign on, or is it more that you can use the same credentials from site to site? I think if I put my app out in the wild I''ll try to do openid. The trick will be getting the contractor to make that an option for the plone site. They''re using a customized version & serving it out to a pretty large customer base, and so even adding plug-ins (or whatever they''re called) is a Big Deal. Or so they tell me anyway. :P Thanks much for the response. -Roy -----Original Message----- From: rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org [mailto:rubyonrails-talk@googlegroups.com] On Behalf Of Michael Kahle Sent: Monday, November 03, 2008 5:33 PM To: rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org Subject: [Rails] Re: integration with plone site--insane?>Roy Pardee wrote: > Has anybody tried to integrate a plone site & a ror app? >Single-sign-on is the most desired thing I believe, tho sharing lists >of people & contact info etc. would also be nice. Any pointers/advice >would be most appreciated.What about OpenID? On the plone side have them add OpenID support. plone.org/documentation/how-to/openid-support On the RoR side do the same. wiki.rubyonrails.org/rails/pages/openid Cheers. -- Posted via ruby-forum.com. --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---