mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-13 04:59:59 +02:00
Fix reintroduced login loop
This commit is contained in:
parent
c0a0e07530
commit
5e9db8f1db
2 changed files with 7 additions and 0 deletions
|
@ -98,6 +98,7 @@ def login_callback(request):
|
|||
# Tests for the presence of the vtm/vtr values in the userinfo object.
|
||||
# If they are there, then we can set a flag in our session for tracking purposes.
|
||||
needs_step_up_auth = _requires_step_up_auth(userinfo)
|
||||
request.session["needs_step_up_auth"] = needs_step_up_auth
|
||||
|
||||
# Return a redirect request to a new auth url that does biometric validation
|
||||
if needs_step_up_auth:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue