You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, Im trying to setup auth for our app with OIDC plugin and its working for http requests. But for websockets we are using query parameter for sending token (ws://localhost:9080/anything/test?Authorization={some_token}). OIDC plugin is expecting token as a part of header on handshake request. In effect auth for websockets is not working for us.
Is it possible to configure OIDC plugin to use token from query param for websocket connect request? Or to set some kind of proxy for moving a token from query param to header before run OIDC plugin flow?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, Im trying to setup auth for our app with OIDC plugin and its working for http requests. But for websockets we are using query parameter for sending token (ws://localhost:9080/anything/test?Authorization={some_token}). OIDC plugin is expecting token as a part of header on handshake request. In effect auth for websockets is not working for us.
Is it possible to configure OIDC plugin to use token from query param for websocket connect request? Or to set some kind of proxy for moving a token from query param to header before run OIDC plugin flow?
Beta Was this translation helpful? Give feedback.
All reactions