mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-19 17:25:56 +02:00
Update src/djangooidc/views.py
This commit is contained in:
parent
3c0facfc9d
commit
733cc53f91
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ def login_callback(request):
|
||||||
needs_biometric_validation = _requires_biometric_auth(userinfo)
|
needs_biometric_validation = _requires_biometric_auth(userinfo)
|
||||||
request.session["needs_biometric_validation"] = needs_biometric_validation
|
request.session["needs_biometric_validation"] = needs_biometric_validation
|
||||||
|
|
||||||
# Return a redirect request to a new auth url that enables biometric validation
|
# Return a redirect request to a new auth url that does biometric validation
|
||||||
if needs_biometric_validation:
|
if needs_biometric_validation:
|
||||||
return CLIENT.create_authn_request(request.session, do_biometric_auth=True)
|
return CLIENT.create_authn_request(request.session, do_biometric_auth=True)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue