From f4fc7974ac1ed3e850aff0c36a83b06a5dce4cf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Gon=C3=A7alves?= Date: Tue, 19 May 2026 15:58:59 +0100 Subject: [PATCH 1/4] IS-11318 Adjust dev setup script to copy loader template to new location --- src/login-web-app/configure-idsvr-dev.sh | 2 +- src/login-web-app/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/login-web-app/configure-idsvr-dev.sh b/src/login-web-app/configure-idsvr-dev.sh index 204126c3..a8b8c176 100755 --- a/src/login-web-app/configure-idsvr-dev.sh +++ b/src/login-web-app/configure-idsvr-dev.sh @@ -53,7 +53,7 @@ EOF # Copy the loader template OVERRIDES_DIR=$IDSVR_HOME/usr/share/templates/overrides -API_DRIVEN_UI_DIR=$OVERRIDES_DIR/api-driven-ui +API_DRIVEN_UI_DIR=$OVERRIDES_DIR/views/api-driven-ui mkdir -p $API_DRIVEN_UI_DIR diff --git a/src/login-web-app/index.html b/src/login-web-app/index.html index 3d76c9f4..7969218e 100644 --- a/src/login-web-app/index.html +++ b/src/login-web-app/index.html @@ -14,7 +14,7 @@ - + LWA - Development mode #if ($_configured_ui_theme_css_path) - + #end #if ($_configured_ui_custom_theme_css_path) - + #end From 88bdcd71301b899218bc58cc12e9f539d8bb32d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Gon=C3=A7alves?= Date: Thu, 21 May 2026 11:03:34 +0100 Subject: [PATCH 3/4] IS-11318 Include logo and page symbols info in bootstrap data --- .../core/views/api-driven-ui/index.vm | 39 ++++++++++++++++++- 1 file changed, 38 insertions(+), 1 deletion(-) diff --git a/src/identity-server/templates/core/views/api-driven-ui/index.vm b/src/identity-server/templates/core/views/api-driven-ui/index.vm index 73da254d..5f04ebb0 100644 --- a/src/identity-server/templates/core/views/api-driven-ui/index.vm +++ b/src/identity-server/templates/core/views/api-driven-ui/index.vm @@ -15,7 +15,9 @@ - #set($_cspImgsrc = "img-src 'self' data:;") + #if (!$_cspImgsrc) + #set($_cspImgsrc = "img-src 'self' data:;") + #end #parse("fragments/csp") @@ -27,6 +29,9 @@ #if ($_configured_ui_custom_theme_css_path) #end + + +
From ee8c2c8e8d3a0a39a55d38592b906aec3381ad56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Gon=C3=A7alves?= Date: Thu, 21 May 2026 12:17:02 +0100 Subject: [PATCH 4/4] IS-11318 Remove redundant type in CSS links --- .../templates/core/views/api-driven-ui/index.vm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/identity-server/templates/core/views/api-driven-ui/index.vm b/src/identity-server/templates/core/views/api-driven-ui/index.vm index 5f04ebb0..4f91edc1 100644 --- a/src/identity-server/templates/core/views/api-driven-ui/index.vm +++ b/src/identity-server/templates/core/views/api-driven-ui/index.vm @@ -24,10 +24,10 @@ #if ($_configured_ui_theme_css_path) - + #end #if ($_configured_ui_custom_theme_css_path) - + #end