Authentication from multi source in Plone 4?

2019-07-28 05:09发布

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条回答
Evening l夕情丶
2楼-- · 2019-07-28 05:54

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.

查看更多
登录 后发表回答