djangosaml2idp icon indicating copy to clipboard operation
djangosaml2idp copied to clipboard

Multi Factor Authentication support

Open rthill opened this issue 4 years ago • 0 comments

I wish to implement multi factor authentication and did also find the documentation page, but to be honest I don't see how to implement this. In my project I am already using a custom authentication module and a custom middleware to enforce users to the login page, token select page and token pin input page until a valid session exists.

I suppose my token select view and token pin input view need to subclass djangosaml2idp.views.ProcessMultiFactorView? Is it possible to have more than one view subclassing ProcessMultiFactorView?

Do you mind extending the documentation with an example?

Many thanks, Raoul

rthill avatar Sep 02 '19 14:09 rthill