From 82c3c746a0a8806a602edeff056ece2ab6d46447 Mon Sep 17 00:00:00 2001 From: Patrizio Bekerle <patrizio@bekerle.com> Date: Tue, 2 Feb 2021 15:49:51 +0100 Subject: [PATCH] Add auth attribute to toolkit demo --- toolkit-showcase/assets/dbp-toolkit-showcase.html.ejs | 1 + 1 file changed, 1 insertion(+) diff --git a/toolkit-showcase/assets/dbp-toolkit-showcase.html.ejs b/toolkit-showcase/assets/dbp-toolkit-showcase.html.ejs index 7c9f567a..d4a9e251 100644 --- a/toolkit-showcase/assets/dbp-toolkit-showcase.html.ejs +++ b/toolkit-showcase/assets/dbp-toolkit-showcase.html.ejs @@ -61,6 +61,7 @@ nextcloud-file-url="<%= nextcloudFileURL %>"> <<%= name %> src="<%= getUrl(name + '.topic.metadata.json') %>" + auth base-path="<%= getUrl('') %>" keycloak-config='{"url": "<%= keyCloakBaseURL %>", "realm": "tugraz", "clientId": "<%= keyCloakClientId %>", "silentCheckSsoRedirectUri": "<%= getUrl('silent-check-sso.html') %>"}' matomo-url="<%= matomoUrl %>" matomo-site-id="<%= matomoSiteId %>" -- GitLab