diff --git a/src/assets/configurations/environment.dlcmtest.json b/src/assets/configurations/environment.dlcmtest.json
index 1e5b5d8883700c47e2be0ce477b5951f88e42650..dc277423df199dee3e918f57346b6957f4ccb572 100644
--- a/src/assets/configurations/environment.dlcmtest.json
+++ b/src/assets/configurations/environment.dlcmtest.json
@@ -9,6 +9,10 @@
   "dummyClientSecret": "123abc",
   "clientId": "dlcm-test-angular",
   "scope": "READ",
+  "allowedUrls": [
+    "https://test.dlcm.ch/authorization/oauth/token",
+    "https://test.dlcm.ch/authorization/oauth/authorize"
+  ],
   "requireHttps": false,
   "loginUrl": "https://test.dlcm.ch/authorization/oauth/authorize",
   "showDebugInformation": false,