jbittel / django-mama-cas

A Django Central Authentication Service (CAS) single sign-on server
BSD 3-Clause "New" or "Revised" License
397 stars 112 forks source link

Question: Adding Two-Factor Auth #87

Open heckyeahcool opened 5 years ago

heckyeahcool commented 5 years ago

Hello,

I've recently setup django-mama-cas with ldap auth backend. I am looking to integrate Duo-python module (https://github.com/duosecurity/duo_python/tree/master/demos/django). Can anyone point me toward what files I need to edit? I am thinking views.py, urls.py, and the login template.

I'm not a developer -- with that being said, I'm not sure where to start. Does there need to be a "next" parameter added somewhere in the views.py LoginView class?

Thanks, Brian

manelclos commented 3 years ago

Hi @heckyeahcool, late reply, but for the record I just answered a similar question in https://github.com/jbittel/django-mama-cas/issues/109