Skip to content

Commit 974f6c4

Browse files
committed
Only validate DigiD mock callbacks in dev
1 parent 9f11ee4 commit 974f6c4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/open_inwoner/conf/base.py

+1
Original file line numberDiff line numberDiff line change
@@ -939,6 +939,7 @@
939939
#
940940
DIGID_ENABLED = config("DIGID_ENABLED", default=True)
941941
DIGID_MOCK = config("DIGID_MOCK", default=True)
942+
DIGID_MOCK_IDP_VALIDATE_CALLBACK_URLS = True
942943

943944
#
944945
# EHERKENNING

src/open_inwoner/conf/dev.py

+1
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@
8686
for backend in AUTHENTICATION_BACKENDS
8787
]
8888

89+
DIGID_MOCK_IDP_VALIDATE_CALLBACK_URLS = False
8990

9091
#
9192
# Library settings

0 commit comments

Comments
 (0)