I am new to plone and python.
But here comes a scenario where i want to customize an existing plone installation login to include two factor auth from Duo-Security. What is the easiest way to accomplish this ?
For this requirement,what are the areas i need to explore ?
If anyone has done this before,please give me some pointers.

有帮助吗?

解决方案

The authentication in Plone is very flexible and modular. After a short search I found out that there not a product that already provides this kind of auth, so you need to write a custom PAS (Pluggable Authentication Service) plugin.

More info:

其他提示

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top