From 63452781da3bed29569da8bc1169cf513c4b7877 Mon Sep 17 00:00:00 2001 From: Johan Mulder Date: Thu, 2 Jan 2025 14:55:58 +0100 Subject: [PATCH] Replace invalid URL in 3rd party cookie warning (#36169) Closes #36168 Signed-off-by: Johan Mulder --- js/libs/keycloak-js/lib/keycloak.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/libs/keycloak-js/lib/keycloak.js b/js/libs/keycloak-js/lib/keycloak.js index 1d7dbb9dfc6..47225f4dd43 100755 --- a/js/libs/keycloak-js/lib/keycloak.js +++ b/js/libs/keycloak-js/lib/keycloak.js @@ -1261,7 +1261,7 @@ function Keycloak (config) { "[KEYCLOAK] Your browser is blocking access to 3rd-party cookies, this means:\n\n" + " - It is not possible to retrieve tokens without redirecting to the Keycloak server (a.k.a. no support for silent authentication).\n" + " - It is not possible to automatically detect changes to the session status (such as the user logging out in another tab).\n\n" + - "For more information see: https://www.keycloak.org/docs/latest/securing_apps/#_modern_browsers" + "For more information see: https://www.keycloak.org/securing-apps/javascript-adapter#_modern_browsers" ); loginIframe.enable = false;