views:

71

answers:

3

I don't want to let my users login to my site with an openid.

I want all of my users who login to my site with their username and password to be able to use my site as an openid server/provider to login to other sites. Is there a Django plugin available to enable this?

+3  A: 

Haven't tried it out, but I saw this come across twitter yesterday: http://bitbucket.org/romke/django_openid_provider/

DrBloodmoney
+1  A: 

Looks like there are two projects worth looking at based on these two URLs:

OpenID-auth and OpenID-consumer:

Adam Nelson