MikeN
MikeN

Reputation: 46257

How do I make my Django website act as an open id provider? I want logged in users to be able to use my site as an openid provider

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

Answers (3)

Adam Nelson
Adam Nelson

Reputation: 8090

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

OpenID-auth and OpenID-consumer:

Upvotes: 0

DrBloodmoney
DrBloodmoney

Reputation: 2796

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

Upvotes: 4

Related Questions