---------- Forwarded message ---------- From: Ehsan Valizadeh <xxesnxx-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> Date: Sun, Jul 15, 2012 at 5:36 PM Subject: single sign on To: lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org I''m working on a SSO solution. The situation is as follows: we are working on a Ruby On Rails team and our partners are working on a J2EE application. We want single sign-on solution for this. It''s more appropriate that the final solution supports all triple As (Authorization, Authentication and Audition). Can you please help us to reach a solution. I''ve seen freeradius but it''s somehow complex and I can''t interact with it from a ruby client. I have two http bassed applications, one of them is on java spring and the other one is rails. These two apps share same database and need to have integrated authorization/authentication. The user management UI should be integrated in java spring application and rails application should use it as a service. -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en-US.
Hi Ehsan, I am too investigate on the same. i.e if you enter youtube, gmail, or google+ url and click for signin. It will redirect to common page for signin. Once you authorized user you will redirected to corresponding domain. I think you can use oauth. Thanks, Senthil srinvasan -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/48RgHydIMfUJ. For more options, visit https://groups.google.com/groups/opt_out.
Checkout this video, it will give some basics on using facebook API for authentication, you should be able to apply some of those tips for other API''s. http://railscasts.com/episodes/360-facebook-authentication I hope this helps. On Sunday, July 15, 2012 8:21:05 AM UTC-5, ButBorn wrote:> > ---------- Forwarded message ---------- > From: Ehsan Valizadeh <xxesnxx-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > Date: Sun, Jul 15, 2012 at 5:36 PM > Subject: single sign on > To: lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org > > > I''m working on a SSO solution. > The situation is as follows: we are working on a Ruby On Rails team > and our partners are working on a J2EE application. > We want single sign-on solution for this. It''s more appropriate that > the final solution supports all triple As (Authorization, > Authentication and Audition). > Can you please help us to reach a solution. I''ve seen freeradius but > it''s somehow complex and I can''t interact with it from a ruby client. > > I have two http bassed applications, one of them is on java spring and > the other one is rails. These two apps share same database and need to > have integrated authorization/authentication. The user management UI > should be integrated in java spring application and rails application > should use it as a service. >-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/4Q3kYMeYlbsJ. For more options, visit https://groups.google.com/groups/opt_out.