Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I implement an OpenID server in Rails?

I see a similar question for Ubuntu, but I'm interested in hosting my own OpenID provider through my Rails-based site that already has an identity and authentication system in place.

Note that I'm not looking for the delegate method to use the site as an OpenID.

What's the best way to do this properly?

like image 698
jonblock Avatar asked Sep 05 '08 05:09

jonblock


1 Answers

This "No Shit Guide To Supporting OpenID In Your Applications" seems to be a step-by-step tutorial for what you want to do.

like image 81
John Avatar answered Oct 04 '22 02:10

John