You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The latest mechanism of Spring Boot to enable the websocket security don't support disabling CSRF. Until then the depreciated AbstractSecurityWebSocketMessageBrokerConfigurer must be used.
Poeschl
changed the title
Use @EnableWebSocketSecurity instead of AbstractSecurityWebSocketMessageBrokerConfigurer
Use not depreciated WebSocket Auth
Mar 10, 2024
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 text was updated successfully, but these errors were encountered: