Any one know a good starting place to create and OpenID server with rails? -- Thanks! --~--~---------~--~----~------------~-------~--~----~ 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 http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Here are the resources I''ve used to implement OpenID consumer on our site. You can use the JanRain lib to implememt an openid server as well. http://agilewebdevelopment.com/plugins/openidauthentication http://www.bencurtis.com/archives/2007/03/rails-openid-and-acts-as-authenticated/ http://www.openidenabled.com/ruby-openid/ http://openid.net/developers/ -- Long http://FATdrive.tv/wall/trakb/10-Long http://FATdrive.tv/ - store, play, share ----- Original Message ----- From: "uncle" <aktxyz-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> To: "Ruby on Rails: Talk" <rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> Sent: Thursday, February 07, 2008 11:44 AM Subject: [Rails] creating an openid server in Rails> > Any one know a good starting place to create and OpenID server with > rails? > -- Thanks! > --~--~---------~--~----~------------~-------~--~----~--~--~---------~--~----~------------~-------~--~----~ 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 http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Thanks alot, will look into all of these. -- Andrew On Feb 7, 11:22 am, "Long" <long...-bJEeYj9oJeDQT0dZR+AlfA@public.gmane.org> wrote:> Here are the resources I''ve used to implementOpenIDconsumer on our site. You can use the JanRain > lib to implememt anopenidserver as well. > > http://agilewebdevelopment.com/plugins/openidauthenticationhttp://www.bencurtis.com/archives/2007/03/rails-openid-and-acts-as-au...http://www.openidenabled.com/ruby-openid/http://openid.net/developers/ > > -- Longhttp://FATdrive.tv/wall/trakb/10-Longhttp://FATdrive.tv/- store, play, share > > ----- Original Message ----- > From: "uncle" <akt...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > To: "Ruby on Rails: Talk" <rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > Sent: Thursday, February 07, 2008 11:44 AM > Subject: [Rails] creating anopenidserver in Rails > > > Any one know a good starting place to create andOpenIDserver with > > rails? > > -- Thanks! > > --~--~---------~--~----~------------~-------~--~----~--~--~---------~--~----~------------~-------~--~----~ 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 http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On Feb 7, 2008 4:44 PM, uncle <aktxyz-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Any one know a good starting place to create and OpenID server with rails?I wrote up my experiences of doing that at: http://jystewart.net/process/2007/10/a-ruby-on-rails-openid-server/ I''ve not yet had a chance to update it for the 2.x series of the ruby-openid gem, but there are a few details on that at: http://www.openidenabled.com/files/ruby-openid/repos/2.x.x/UPGRADE James. -- James Stewart - Web Developer Work : http://jystewart.net Play : http://james.anthropiccollective.org --~--~---------~--~----~------------~-------~--~----~ 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 http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---