diff --git a/authentik/stages/authenticator_duo/api.py b/authentik/stages/authenticator_duo/api.py index 423679773..6a8f179b3 100644 --- a/authentik/stages/authenticator_duo/api.py +++ b/authentik/stages/authenticator_duo/api.py @@ -128,6 +128,7 @@ class AuthenticatorDuoStageViewSet(UsedByMixin, ModelViewSet): duo_user_id=request.data.get("duo_user_id"), user=user, stage=stage, + confirmed=True, name="Imported Duo Authenticator", ) return Response(status=204)