From e6e456631ebb2681b31632ab4f042b7af156213e Mon Sep 17 00:00:00 2001 From: Pierre Tellier Date: Tue, 4 Feb 2025 15:01:36 +0100 Subject: [PATCH] fix: added https patch to plugin --- keycloak/CAS/https_patch | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 keycloak/CAS/https_patch diff --git a/keycloak/CAS/https_patch b/keycloak/CAS/https_patch new file mode 100644 index 0000000..7921bcb --- /dev/null +++ b/keycloak/CAS/https_patch @@ -0,0 +1,4 @@ +41c41 +< .queryParam(PROVIDER_PARAMETER_SERVICE, uriInfo.getAbsolutePath().toString()); +--- +> .queryParam(PROVIDER_PARAMETER_SERVICE, uriInfo.getAbsolutePath().toString().replace("http://", "https://"));