The latest mechanism of Spring Boot to enable the websocket security don't support disabling CSRF. Until then the depreciated AbstractSecurityWebSocketMessageBrokerConfigurer must be used.
See https://docs.spring.io/spring-security/reference/servlet/integrations/websocket.html#websocket-sameorigin-disable
The latest mechanism of Spring Boot to enable the websocket security don't support disabling CSRF. Until then the depreciated AbstractSecurityWebSocketMessageBrokerConfigurer must be used.
See https://docs.spring.io/spring-security/reference/servlet/integrations/websocket.html#websocket-sameorigin-disable