diff --git a/apiserver/config.env b/apiserver/config.env
index 90b207350a89fbb7c7555bee982b98aa5b157989..dda48e22ba9e66eb896308f4bfd48d412d2d8096 100644
--- a/apiserver/config.env
+++ b/apiserver/config.env
@@ -4,5 +4,5 @@
 DATACATALOG_APISERVER_JSON_STORAGE_PATH="./app/data"
 DATACATALOG_APISERVER_USERDB_PATH="./app/userdb.json"
 DATACATALOG_APISERVER_CLIENT_ID="local-testing"
-#DATACATALOG_APISERVER_CLIENT_SECRET = ""
-DATACATALOG_APISERVER_SERVER_METADATA_URL = "https://zam10045.zam.kfa-juelich.de/realms/eFlows4HPC/.well-known/openid-configuration"
\ No newline at end of file
+DATACATALOG_APISERVER_CLIENT_SECRET = ""
+DATACATALOG_APISERVER_SERVER_METADATA_URL = "https://zam10045.zam.kfa-juelich.de:7000/oauth2/.well-known/openid-configuration"
\ No newline at end of file