如何使用Django-mama-cas和Django-cas-ng实现sso

问题描述 投票:2回答:1

[我想在Django中开发一些东西,其中2个应用程序(app1,app2)将位于1个服务器上,而另一台服务器则用于1个其他应用程序(app3)。

app1 is for user authentication.
app2 is for main site.
app3 is for chat.

对于app2和app3,我希望从app1进行身份验证。所以我在考虑实施sso。搜索之后,我了解了django-mama-casdjango-cas-ng。但是我对于使用上述CAS的概念和实现感到困惑。用示例(settings.py,urls.py)指导我实现/解决我的问题。

django python-3.x single-sign-on
1个回答
© www.soinside.com 2019 - 2024. All rights reserved.