stages/authenticator_validate: add configuration stage to configure Authenticator

This commit is contained in:
Jens Langhammer
2021-03-01 19:23:27 +01:00
parent 644a03e40e
commit ed8b78600e
9 changed files with 130 additions and 2 deletions

View File

@ -24,7 +24,7 @@ class NotConfiguredAction(models.TextChoices):
SKIP = "skip"
DENY = "deny"
# CONFIGURE = "configure"
CONFIGURE = "configure"
class FlowDesignation(models.TextChoices):