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

Update domains

parent 2ee1d083
No related branches found
No related tags found
No related merge requests found
Pipeline #53343 failed
......@@ -78,7 +78,7 @@ deploy_development:
- master
environment:
name: development
url: https://mw-frontend-dev.tugraz.at/apps/signature
url: https://dbp-dev.tugraz.at/apps/signature
variables:
DEPLOY_HOST: mw01-dev.tugraz.at
DEPLOY_KEY: "$DEPLOY_SSH_KEY"
......
......@@ -67,7 +67,7 @@ Note that you will need a Keycloak server along with a client id for the domain
- `lang` (optional, default: `de`): set to `de` or `en` for German or English
- example `lang="de"`
- `entry-point-url` (optional, default is the TU Graz entry point url): entry point url to access the api
- example `entry-point-url="https://mw-dev.tugraz.at"`
- example `entry-point-url="https://api-dev.tugraz.at"`
- `auth` object: you need to set that object property for the auth token
- example auth property: `{token: "THE_BEARER_TOKEN"}`
- note: most often this should be an attribute that is not set directly, but subscribed at a provider
......@@ -107,7 +107,7 @@ Note that you will need a Keycloak server along with a client id for the domain
- `lang` (optional, default: `de`): set to `de` or `en` for German or English
- example `lang="de"`
- `entry-point-url` (optional, default is the TU Graz entry point url): entry point url to access the api
- example `entry-point-url="https://mw-dev.tugraz.at"`
- example `entry-point-url="https://api-dev.tugraz.at"`
- `auth` object: you need to set that object property for the auth token
- example auth property: `{token: "THE_BEARER_TOKEN"}`
- note: most often this should be an attribute that is not set directly, but subscribed at a provider
......
......@@ -27,7 +27,7 @@ export default {
},
development: {
basePath: '/apps/signature/',
entryPointURL: 'https://mw-dev.tugraz.at',
entryPointURL: 'https://api-dev.tugraz.at',
keyCloakBaseURL: 'https://auth-dev.tugraz.at/auth',
keyCloakRealm: 'tugraz-vpu',
keyCloakClientId: 'esign-dev_tugraz_at-ESIGN',
......
......@@ -37,13 +37,13 @@
</style>
<!-- Preloading/Preconnecting -->
<link rel="preconnect" href="https://mw-dev.tugraz.at">
<link rel="preconnect" href="https://api-dev.tugraz.at">
<link rel="preconnect" href="https://auth-dev.tugraz.at/auth">
</head>
<body>
<dbp-provider auth requested-login-status analytics-event lang="de" entry-point-url="https://mw-dev.tugraz.at">
<dbp-provider auth requested-login-status analytics-event lang="de" entry-point-url="https://api-dev.tugraz.at">
<dbp-auth-keycloak client-id="auth-dev-mw-frontend-local" idp-hint=""
load-person="" realm="tugraz-vpu" scope=""
silent-check-sso-redirect-uri="./silent-check-sso.html"
......
......@@ -37,13 +37,13 @@
</style>
<!-- Preloading/Preconnecting -->
<link rel="preconnect" href="https://mw-dev.tugraz.at">
<link rel="preconnect" href="https://api-dev.tugraz.at">
<link rel="preconnect" href="https://auth-dev.tugraz.at/auth">
</head>
<body>
<dbp-provider auth requested-login-status analytics-event lang="de" entry-point-url="https://mw-dev.tugraz.at">
<dbp-provider auth requested-login-status analytics-event lang="de" entry-point-url="https://api-dev.tugraz.at">
<dbp-auth-keycloak client-id="auth-dev-mw-frontend-local" idp-hint=""
load-person="" realm="tugraz-vpu" scope=""
silent-check-sso-redirect-uri="./silent-check-sso.html"
......
......@@ -76,13 +76,13 @@
</style>
<!-- Preloading/Preconnecting -->
<link rel="preconnect" href="https://mw-dev.tugraz.at">
<link rel="preconnect" href="https://api-dev.tugraz.at">
<link rel="preconnect" href="https://auth-dev.tugraz.at/auth">
</head>
<body>
<dbp-signature
lang="de" entry-point-url="https://mw-dev.tugraz.at"
lang="de" entry-point-url="https://api-dev.tugraz.at"
file-handling-enabled-targets="local,nextcloud"
allow-annotating
nextcloud-web-app-password-url="http://localhost:8081/index.php/apps/webapppassword"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment