Skip to content
Snippets Groups Projects
Commit 283ea99a authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

showcase: update keycloak realm for local/dev

parent 5368dc9b
No related branches found
No related tags found
No related merge requests found
Pipeline #53085 failed
......@@ -3,6 +3,7 @@ export default {
basePath: '/dist/',
entryPointURL: 'http://127.0.0.1:8000',
keyCloakBaseURL: 'https://auth-dev.tugraz.at/auth',
keyCloakRealm: 'tugraz-vpu',
keyCloakClientId: 'auth-dev-mw-frontend-local',
matomoUrl: 'https://analytics.tugraz.at/',
matomoSiteId: 131,
......@@ -13,6 +14,7 @@ export default {
basePath: '/apps/demo/',
entryPointURL: 'https://mw-dev.tugraz.at',
keyCloakBaseURL: 'https://auth-dev.tugraz.at/auth',
keyCloakRealm: 'tugraz-vpu',
keyCloakClientId: 'demo-dev_tugraz_at-DEMO',
matomoUrl: 'https://analytics.tugraz.at/',
matomoSiteId: 131,
......
......@@ -72,7 +72,7 @@
src="<%= getUrl(name + '.topic.metadata.json') %>"
lang="en"
base-path="<%= getUrl('') %>"
keycloak-config='{"url": "<%= keyCloakBaseURL %>", "realm": "tugraz", "clientId": "<%= keyCloakClientId %>", "silentCheckSsoRedirectUri": "<%= getUrl('silent-check-sso.html') %>"}'
keycloak-config='{"url": "<%= keyCloakBaseURL %>", "realm": "<%= keyCloakRealm %>", "clientId": "<%= keyCloakClientId %>", "silentCheckSsoRedirectUri": "<%= getUrl('silent-check-sso.html') %>"}'
matomo-url="<%= matomoUrl %>" matomo-site-id="<%= matomoSiteId %>"
git-info='<%= buildInfo.info %>'
build-url='<%= buildInfo.url %>'
......
......@@ -35,6 +35,7 @@ if (appEnv in appConfig) {
basePath: '/',
entryPointURL: 'https://test',
keyCloakBaseURL: 'https://test',
keyCloakRealm: '',
keyCloakClientId: '',
matomoUrl: '',
matomoSiteId: -1,
......@@ -102,6 +103,7 @@ export default (async () => {
nextcloudFileURL: config.nextcloudFileURL,
nextcloudName: config.nextcloudName,
keyCloakBaseURL: config.keyCloakBaseURL,
keyCloakRealm: config.keyCloakRealm,
keyCloakClientId: config.keyCloakClientId,
CSP: config.CSP,
matomoUrl: config.matomoUrl,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment