views:

134

answers:

3

Hi,

I'm currently using Authlogic to handle all user accounts, but our company has switched over to Google apps and I would much rather use that same authentication for all users.

My question is - how?

I know I'll need the ruby-openid gem but I have yet to integrate authentication with a 3rd party. Any recent examples or tutorials out there to help guide the way?

Thanks!

A: 

Just a thought -- RPX has the ability to do logins from google, and you could use the Authlogic RPX plugin

Jesse Wolgamott
+2  A: 

There is a good resource here that I've used to get this working in the past.

bjg
+1  A: 

This does what you are looking for: authlogic_openid_selector_example. It isn't a tutorial but you can have a look at the code.

baijiu