Authentication from multi source in Plone 4?

核能气质少年 提交于 2019-12-11 12:25:42

问题


How can I authenticate user from multiple source altogether ? For example local (ZODB or ldap), facebook and openid.

Do I need to write a new PAS plugin ? Or We can achieve this the existed products ?


回答1:


There's no need to do anything.

The authentication is already done from all sources at the same time. For ex, if you configure the ldap plugin, Plone's local users can still do login.



来源:https://stackoverflow.com/questions/7552423/authentication-from-multi-source-in-plone-4

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!