4

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?

MikeN
  • 45,039
  • 49
  • 151
  • 227

3 Answers3

4

Maybe one of these will be useful: http://www.djangosnippets.org/snippets/310/ http://www.romke.net/django/openid_provider/introduction.html

Enchantner
  • 1,534
  • 3
  • 20
  • 40
4

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

DrBloodmoney
  • 2,786
  • 2
  • 18
  • 17
0

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

OpenID-auth and OpenID-consumer:

Adam Nelson
  • 7,932
  • 11
  • 44
  • 64