Token-based authentication doesn’t work with Spring WebSockets
Closed this issue · 1 comments
schwella commented
The selected authentication mechanism and Spring WebSockets don't work well together as is stated in their documentation (https://jhipster.github.io/using_websockets.html).
On login I get an Access-Denied-Exeption for the websocket in the console.
The problem was discussed here:
jhipster/generator-jhipster#1370
It seems to be fixed for OAuth2 as is stated there , but currently not for XAuth.
mraible commented
Closing because the latest version uses JWT authentication instead of XAuth.