From 1e82521538e601597f258b73822fa703dd1e1bcf Mon Sep 17 00:00:00 2001
From: Christoph Reiter <reiter.christoph@gmail.com>
Date: Tue, 26 May 2020 13:14:54 +0200
Subject: [PATCH] Add new keycloak client ID for demo

---
 rollup.config.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rollup.config.js b/rollup.config.js
index 84c5b3b..c9be8d1 100644
--- a/rollup.config.js
+++ b/rollup.config.js
@@ -67,7 +67,7 @@ switch (build) {
     entryPointURL = 'https://api-demo.tugraz.at';
     keyCloakServer = 'auth-test.tugraz.at';
     keyCloakBaseURL = 'https://' + keyCloakServer + '/auth';
-    keyCloakClientId = 'ibib-demo_tugraz_at-IBIB';
+    keyCloakClientId = 'esig-demo_tugraz_at-ESIG';
     pdfAsQualifiedlySigningServer = 'sig-test.tugraz.at';
     break;
   case 'production':
-- 
GitLab