From 53905d1a89828e80fa5ce5684e383593fa54fb71 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Thu, 11 Nov 2021 22:49:30 +0100 Subject: [PATCH] stages/authenticator_validate: enable all device classes by default Signed-off-by: Jens Langhammer --- authentik/stages/authenticator_validate/models.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/authentik/stages/authenticator_validate/models.py b/authentik/stages/authenticator_validate/models.py index e379c2249..fb4b8a86a 100644 --- a/authentik/stages/authenticator_validate/models.py +++ b/authentik/stages/authenticator_validate/models.py @@ -27,6 +27,8 @@ def default_device_classes() -> list: DeviceClasses.STATIC, DeviceClasses.TOTP, DeviceClasses.WEBAUTHN, + DeviceClasses.DUO, + DeviceClasses.SMS, ]