-
Story
-
Resolution: Done-Errata
-
Major
-
None
-
False
-
-
False
-
+
-
---
-
-
- closes: #42824
- closes: #44409
- I have tested it in Quickstarts WebSockets Next, I added OIDC, enabled OIDC Dev Svc, got token in DEV UI and passed it as query param to WS JS client and
```
const urlSearchParams = new URLSearchParams(window.location.search);
const token = urlSearchParams.get("bearer")
const quarkusHeaderProtocol = encodeURIComponent("quarkus-header#Authorization#Bearer " + token)
socket = new WebSocket("ws://" + location.host + "/chat/" + username, ["bearer", quarkusHeaderProtocol]);
```
- links to
-
RHEA-2025:4162 Red Hat build of Quarkus 3.20.0 release