From 705d73a469bb3453cf3777b3be9ecbc88eaa8913 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20B=C3=B6ttcher?= <c.boettcher@fz-juelich.de> Date: Mon, 16 Jan 2023 09:50:47 +0100 Subject: [PATCH] set default sso to unity --- apiserver/config.env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apiserver/config.env b/apiserver/config.env index 90b2073..dda48e2 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 -- GitLab