Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using x-auth-security to connect Web Socket Stomp with x-auth-token #17

Open
w3blogfr opened this issue Jan 13, 2015 · 4 comments
Open

Comments

@w3blogfr
Copy link

Hello, I'm trying to make authentication based on your x-auth-token, but adapted for web-socket

For rest url, I'm authentificated and evrything work fine, but not for websocket.
Error is due to Filter seem to not recognize stomp header.

I try to connect via javascript.
stompClient.connect({'x-auth-token':myAuthToken }, function(frame) {
});

Is there anyway to filter or to add channelInterceptor on the websocket connection and to add the same validateToken method?

Thanks a lot.

@DineshShende
Copy link

Same Issue...It their any solution for this.

@youssefbounar
Copy link

me too Same Issue :(

@wildone
Copy link

wildone commented Jan 5, 2023

Is this still valid?

1 similar comment
@wildone
Copy link

wildone commented Jan 5, 2023

Is this still valid?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants