hey folks! hopefully you can help! My setup is the...
# talk-oathkeeper
f
hey folks! hopefully you can help! My setup is the following: there is a nginx server that serves the javascript to the browser, and that has a reverse-proxy that sends all requests made by the client to the oathkeeper proxy to be authenticated via kratos. My question is: is it possible to define a websocket rule on oathkeeper such that the js/browser client can use the cookie (and the authenticator) to communicate via websocket protocol? or is the websocket protocol out of reach from oathkeeper?
p
Hi @User It is possible to pass along the connection through Oathkeeper using websockets, but it will only authenticate the cookie on the first connection.
Maybe lets move this to a GH discussion and I will share more insight there
Please check the answer given on the GH discussion, hope this helps 🙂
👍 1