From 8c48558d09067c8a5b880c3b93ca5bda28a686f5 Mon Sep 17 00:00:00 2001 From: Frederic Mercier Date: Fri, 21 Mar 2025 17:49:41 +0100 Subject: [PATCH] fixes in EntraID article 1) remove accessTokenInLtpaCookie="true" from openIdWebSecurity.xml - This is to fix a problem affecting enterprise users (users related to the intranet such as f.mercier@fr.ibm.com) For those users, after logging in the Business Console, the page does not load completely: only the tab menu is visible (Home, Library, Work, Administration) - This problem does not affect other users (eg. fred-odmuser@ibmodmdev.onmicrosoft.com) 2) remove the two custom authFilters from webSecurity.xml - This is to fix a problem affecting the page displayed in RES console when clicking "Retrieve HTDS Description File > View (or Download)" - a popup gets displayed in the new tab (prompting the user to enter Basic Auth credentials) - This is only happening if ODM in deployed using ingress, and not if routes are used - With this change, a token is automatically retrieved to authenticate the user in HTDS --- .../AzureAD/templates/openIdWebSecurity.xml | 2 +- .../AzureAD/templates/webSecurity.xml | 36 +------------------ .../openIdWebSecurity.xml | 2 +- .../webSecurity.xml | 34 ------------------ 4 files changed, 3 insertions(+), 71 deletions(-) diff --git a/authentication/AzureAD/templates/openIdWebSecurity.xml b/authentication/AzureAD/templates/openIdWebSecurity.xml index 0362a326..b7cf4a27 100644 --- a/authentication/AzureAD/templates/openIdWebSecurity.xml +++ b/authentication/AzureAD/templates/openIdWebSecurity.xml @@ -5,7 +5,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + diff --git a/authentication/AzureAD/templates_for_privatekeyjwt/openIdWebSecurity.xml b/authentication/AzureAD/templates_for_privatekeyjwt/openIdWebSecurity.xml index 66a2a1b3..6e1e62ac 100644 --- a/authentication/AzureAD/templates_for_privatekeyjwt/openIdWebSecurity.xml +++ b/authentication/AzureAD/templates_for_privatekeyjwt/openIdWebSecurity.xml @@ -5,7 +5,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -