Reputation: 46257
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?
Upvotes: 4
Views: 262
Reputation: 8090
Looks like there are two projects worth looking at based on these two URLs:
OpenID-auth and OpenID-consumer:
Upvotes: 0
Reputation: 2796
Haven't tried it out, but I saw this come across twitter yesterday: http://bitbucket.org/romke/django_openid_provider/
Upvotes: 4
Reputation: 1554
Maybe one of these will be useful: http://www.djangosnippets.org/snippets/310/ http://www.romke.net/django/openid_provider/introduction.html
Upvotes: 4