How to centralize logins OpenID in django?

263 Views Asked by At

I have split my Django application into two sites with different databases. I use OpenID (python_openid-2.2.5) for authetication/registration but users of site A are different from site B.

How can I do to centralize logins between apps running on different databases?

And I want a database only for OpenID. I have seen this article by Joseph Smarr at Plaxo and this stackoverflow question but i don't know if this is the same with python.

How can I accomplish this?

Thanks!

1

There are 1 best solutions below

0
On

You can use django-cas - CAS (Central Authentication Service) this is what i use for a centralized auth system