Skip to content

Commit

Permalink
Use only the digid/eherkenning mocks in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
swrichards committed Oct 21, 2024
1 parent 9b0e8c1 commit c3d84a6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/open_inwoner/conf/ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,16 @@
}
)

# Allow logging in with both username+password and email+password

AUTHENTICATION_BACKENDS = [
"open_inwoner.accounts.backends.CustomAxesBackend",
"open_inwoner.accounts.backends.UserModelEmailBackend",
"open_inwoner.accounts.backends.Verify2FATokenBackend",
# Allow logging in with both username+password and email+password
"django.contrib.auth.backends.ModelBackend",
# mock login like dev.py
"digid_eherkenning.mock.backends.DigiDBackend",
"eherkenning.mock.backends.eHerkenningBackend",
"open_inwoner.accounts.backends.DigiDEHerkenningOIDCBackend",
"open_inwoner.accounts.backends.CustomOIDCBackend",
]

ELASTIC_APM["DEBUG"] = True
Expand Down

0 comments on commit c3d84a6

Please sign in to comment.