django-cas-server
django-cas-server copied to clipboard
QUESTION: Any idea how to integrate Duo 2FA?
I have the need to integrate Duo Security 2FA using https://github.com/duosecurity/duo_python. Not sure how to go about it. Any advice would be greatly appreciated.
-Brian
Hi
I am sorry but I have no idea how to integrate duo_python. Django-cas-server use auth classes defined in the cas_server/auth.py file. You could write your how to use duo_python. It works for using another CAS as an auth backend, so I guess it must be possible to integrate 2FA.