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,