You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: