mardi 5 mai 2015

In Spring Security how to turn off authentication for websockets?

I've got a Java EE application which uses Spring Security for authentication (configured with Java config). The same application contains websocket server implemented with javax.websocket package. My question is how to turn off spring security authentication for any incoming websocket connection without turning off http authentication?

Aucun commentaire:

Enregistrer un commentaire