From f724154248fcc54c92e690ae59665dad7f39bf78 Mon Sep 17 00:00:00 2001 From: Marco Zeisler Date: Tue, 4 May 2021 19:54:38 +0200 Subject: [PATCH] re-added openid endpoint --- frontend/src/environments/environment.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/environments/environment.ts b/frontend/src/environments/environment.ts index 084d7c1..d27dc37 100644 --- a/frontend/src/environments/environment.ts +++ b/frontend/src/environments/environment.ts @@ -2,6 +2,7 @@ import {NgxLoggerLevel} from 'ngx-logger'; export const environment = { title: 'Bsp 4 Gruppe 4', + openid_endpoint: 'https://waecm-sso.inso.tuwien.ac.at/auth/realms/waecm/protocol/openid-connect', production: true, location: window.location.hostname, port: 8000,