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

Update keycloak realm for local/dev

parent ec8815c8
No related branches found
No related tags found
No related merge requests found
Pipeline #53074 failed
......@@ -65,7 +65,7 @@
html-overrides="global-override"
src="/app/dbp-signature.topic.metadata.json"
base-path="/"
keycloak-config='{"url": "https://auth-dev.tugraz.at/auth", "realm": "tugraz", "clientId": "auth-dev-mw-frontend-local", "silentCheckSsoRedirectUri": "/silent-check-sso.html"}'
keycloak-config='{"url": "https://auth-dev.tugraz.at/auth", "realm": "tugraz-vpu", "clientId": "auth-dev-mw-frontend-local", "silentCheckSsoRedirectUri": "/silent-check-sso.html"}'
env='local'
><dbp-loading-spinner></dbp-loading-spinner>
<template slot="name">
......
......@@ -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,
......@@ -15,6 +16,7 @@ export default {
basePath: '/dist/',
entryPointURL: 'http://bs-local.com:8000',
keyCloakBaseURL: 'https://auth-test.tugraz.at/auth',
keyCloakRealm: 'tugraz-vpu',
keyCloakClientId: 'auth-dev-mw-frontend-local',
matomoUrl: 'https://analytics.tugraz.at/',
matomoSiteId: 131,
......@@ -27,6 +29,7 @@ export default {
basePath: '/apps/signature/',
entryPointURL: 'https://mw-dev.tugraz.at',
keyCloakBaseURL: 'https://auth-dev.tugraz.at/auth',
keyCloakRealm: 'tugraz-vpu',
keyCloakClientId: 'esign-dev_tugraz_at-ESIGN',
matomoUrl: 'https://analytics.tugraz.at/',
matomoSiteId: 131,
......@@ -39,6 +42,7 @@ export default {
basePath: '/apps/signature/',
entryPointURL: 'https://api-demo.tugraz.at',
keyCloakBaseURL: 'https://auth-test.tugraz.at/auth',
keyCloakRealm: 'tugraz',
keyCloakClientId: 'esig-demo_tugraz_at-ESIG',
matomoUrl: 'https://analytics.tugraz.at/',
matomoSiteId: 131,
......@@ -51,6 +55,7 @@ export default {
basePath: '/',
entryPointURL: 'https://api.tugraz.at',
keyCloakBaseURL: 'https://auth.tugraz.at/auth',
keyCloakRealm: 'tugraz',
keyCloakClientId: 'esig_tugraz_at',
matomoUrl: 'https://analytics.tugraz.at/',
matomoSiteId: 137,
......
......@@ -76,7 +76,7 @@
html-overrides="global-override"
src="<%= getUrl(name + '.topic.metadata.json') %>"
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 %>'
......
......@@ -45,7 +45,7 @@
<dbp-provider auth requested-login-status analytics-event lang="de" entry-point-url="https://mw-dev.tugraz.at">
<dbp-auth-keycloak client-id="auth-dev-mw-frontend-local" idp-hint=""
load-person="" realm="tugraz" scope=""
load-person="" realm="tugraz-vpu" scope=""
silent-check-sso-redirect-uri="./silent-check-sso.html"
subscribe="requested-login-status,entry-point-url,lang"
try-login=""
......
......@@ -45,7 +45,7 @@
<dbp-provider auth requested-login-status analytics-event lang="de" entry-point-url="https://mw-dev.tugraz.at">
<dbp-auth-keycloak client-id="auth-dev-mw-frontend-local" idp-hint=""
load-person="" realm="tugraz" scope=""
load-person="" realm="tugraz-vpu" scope=""
silent-check-sso-redirect-uri="./silent-check-sso.html"
subscribe="requested-login-status,entry-point-url,lang"
try-login=""
......
......@@ -93,7 +93,7 @@
clipboard-files
src="https://unpkg.com/@dbp-topics/signature@1.0.11/dist/dbp-signature.topic.metadata.json"
base-path="/"
keycloak-config='{"url": "https://auth-dev.tugraz.at/auth", "realm": "tugraz", "clientId": "auth-dev-mw-frontend-local", "silentCheckSsoRedirectUri": "./silent-check-sso.html"}'
keycloak-config='{"url": "https://auth-dev.tugraz.at/auth", "realm": "tugraz-vpu", "clientId": "auth-dev-mw-frontend-local", "silentCheckSsoRedirectUri": "./silent-check-sso.html"}'
matomo-url='https://analytics.tugraz.at/'
matomo-site-id='131'
env='local'
......
......@@ -35,6 +35,7 @@ if (appEnv in appConfig) {
entryPointURL: 'https://test',
keyCloakBaseURL: 'https://test',
keyCloakClientId: '',
keyCloakRealm: '',
matomoUrl: '',
matomoSiteId: -1,
nextcloudBaseURL: 'https://test',
......@@ -129,6 +130,7 @@ export default (async () => {
nextcloudName: config.nextcloudName,
keyCloakBaseURL: config.keyCloakBaseURL,
keyCloakClientId: config.keyCloakClientId,
keyCloakRealm: config.keyCloakRealm,
CSP: config.CSP,
matomoUrl: config.matomoUrl,
matomoSiteId: config.matomoSiteId,
......
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