From 01bf9df308576f3e9fb9fb79bc062d2957652812 Mon Sep 17 00:00:00 2001 From: "Felix T.J. Dietrich" Date: Tue, 15 Oct 2024 23:03:58 +0200 Subject: [PATCH] fix silent-check-sso.html to use the correct origin for postMessage --- webapp/Dockerfile | 11 +++++++++++ webapp/public/silent-check-sso.html | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/webapp/Dockerfile b/webapp/Dockerfile index f3354666..43e018d7 100644 --- a/webapp/Dockerfile +++ b/webapp/Dockerfile @@ -37,6 +37,17 @@ export const environment = { }; EOF +# Fix silent-check-sso.html +RUN cat public/silent-check-sso.html < + + + + +EOF + RUN npm install RUN npm run build diff --git a/webapp/public/silent-check-sso.html b/webapp/public/silent-check-sso.html index 2378975e..b3bd540d 100644 --- a/webapp/public/silent-check-sso.html +++ b/webapp/public/silent-check-sso.html @@ -1,7 +1,7 @@