Websocket test

This commit is contained in:
Dominique Eifländer 2024-05-17 11:15:46 +02:00
parent e11cb8149e
commit 04807ab9eb

View File

@ -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