From 04807ab9eb102c42af2b13a77910d29939eb02cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominique=20Eifl=C3=A4nder?= Date: Fri, 17 May 2024 11:15:46 +0200 Subject: [PATCH] Websocket test --- .../keycloakcommons/security/SecuredKeyCloakConfiguration.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/knecon/fforesight/keycloakcommons/security/SecuredKeyCloakConfiguration.java b/src/main/java/com/knecon/fforesight/keycloakcommons/security/SecuredKeyCloakConfiguration.java index 254c58a..f30122b 100644 --- a/src/main/java/com/knecon/fforesight/keycloakcommons/security/SecuredKeyCloakConfiguration.java +++ b/src/main/java/com/knecon/fforesight/keycloakcommons/security/SecuredKeyCloakConfiguration.java @@ -59,7 +59,7 @@ public class SecuredKeyCloakConfiguration { http.anonymous().disable(); http.httpBasic().disable(); - http.csrf(csrf -> csrf.ignoringRequestMatchers("/gs-guide-websocket/**")); + http.csrf(csrf -> csrf.ignoringRequestMatchers("/redaction-gateway-v1/websocket/**")); http.headers(headers -> headers // allow same origin to frame our site to support iframe SockJS .frameOptions(frameOptions -> frameOptions