Skip to content

Commit ba4e7bc

Browse files
authored
Merge pull request #934 from maykinmedia/issue/test-settings-add-oidc-backends
🔧 Add OIDC backends for DigiD/eHerkenning to test settings
2 parents 212e8e0 + 98e5bf8 commit ba4e7bc

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/open_inwoner/conf/test.py

-10
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,5 @@
1010

1111
from .production import * # noqa isort:skip
1212

13-
# Allow logging in with both username+password and email+password
14-
AUTHENTICATION_BACKENDS = [
15-
"open_inwoner.accounts.backends.CustomAxesBackend",
16-
"open_inwoner.accounts.backends.UserModelEmailBackend",
17-
"django.contrib.auth.backends.ModelBackend",
18-
"digid_eherkenning.mock.backends.DigiDBackend",
19-
"eherkenning.mock.backends.eHerkenningBackend",
20-
"open_inwoner.accounts.backends.CustomOIDCBackend",
21-
]
22-
2313
CSP_REPORTS_SAVE = True
2414
PLAYWRIGHT_MULTI_ONLY_DEFAULT = False

0 commit comments

Comments
 (0)