Replies: 1 comment
-
|
I believe there are some Discussions in this project that suggest protecting the app with AuthType openid-connect and then use ProxyPass to proxy to websockets; I don't think headers are an issue here unless you need to propagate information over the websocket |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
We have an SSO proxy setup using mod_auth_openidc and session cookies, a web application we're developing requires a websocket connection, and ideally we'd like to have this behind the SSO proxy aswell, however the browser websocket API doesn't allow the addition of headers to the request meaning that it's not authenticating with mod_auth_openidc.
Does anyone know of any way to get mod_auth_openidc to authenticate a browser websocket connection?
Thank you for reading.
Beta Was this translation helpful? Give feedback.
All reactions