Skip to content

Commit

Permalink
fix ID of WebSocket Authorization section
Browse files Browse the repository at this point in the history
Throughout this document there are 3 references to `<<websocket-authorization>>` but the section ID was actually named `[[websocket-configuration]]`
  • Loading branch information
slauth authored and marcusdacoregio committed Mar 22, 2023
1 parent fd65dc6 commit a708007
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ If you are using Spring Security, the `Principal` on the `HttpServletRequest` is

More concretely, to ensure a user has authenticated to your WebSocket application, all that is necessary is to ensure that you setup Spring Security to authenticate your HTTP based web application.

[[websocket-configuration]]
[[websocket-authorization]]
== WebSocket Authorization

Spring Security 4.0 has introduced authorization support for WebSockets through the Spring Messaging abstraction.
Expand Down

0 comments on commit a708007

Please sign in to comment.