Skip to content

Commit

Permalink
🔧 [#4246] Remove removed authentication backend from 2FA bypass
Browse files Browse the repository at this point in the history
This backed became obsolete, so it shouldn't be in this setting.
The system check didn't report it in dev mode because the default
there is to disable 2FA entirely.
  • Loading branch information
sergei-maertens committed Jun 18, 2024
1 parent 17d49da commit 163109c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/openforms/conf/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,6 @@
# auth, avoiding having some set up MFA again in the project.
MAYKIN_2FA_ALLOW_MFA_BYPASS_BACKENDS = [
"mozilla_django_oidc_db.backends.OIDCAuthenticationBackend",
"openforms.authentication.contrib.org_oidc.backends.OIDCAuthenticationBackend",
]

#
Expand Down

0 comments on commit 163109c

Please sign in to comment.