public
Description: University of Oregon OpenID server
Homepage: http://hopper.uoregon.edu/oi.cgi
Clone URL: git://github.com/swsnider/openid-uo.git
Click here to lend your support to: openid-uo and make a donation at www.pledgie.com !
name age message
file COPYING Loading commit data...
file README
file doLogin.cgi
file login.kid
file oi.cgi
file util.py
README
This is, I claim, the only Open Source OpenID server that actually works.

Installation:

The following python modules need to be installed:

SQLObject
Kid
A database adapter for the database you wish to use (sqlite should be fine)
JanRain OpenID python server library 2.x

Then, place the files in this directory into the server's webroot (or wherever), enable cgi execution, edit util.py with 
the correct db connection string, and you are good to go!