Replies: 4 comments 11 replies
-
/cc @pedroigor (keycloak,oidc), @sberyozkin (keycloak,oidc) |
Beta Was this translation helpful? Give feedback.
-
Hi @flowt-au I think the solution offered at #29919 should be enough, and it is worth asking questions there, hopefully the reporter will provide a reproducer. FYI, no standard solution available to support carrying the sticky token over WS bindings. I'd recommend you to start with simply creating a hello world reactive route first, just to get the base thing right, without WS, plain HTTP, https://quarkus.io/guides/reactive-routes. Next try to enhance it as suggested #29919. FYI, I'm not a WS expert, so if I were to find a solution I'd do the same, get the basic thing working and then try to enhance it to support WS. |
Beta Was this translation helpful? Give feedback.
-
@flowt-au Have a closer look at the code I linked to, you need to |
Beta Was this translation helpful? Give feedback.
-
@flowt-au Np, sooner or later we will sort it out, I'm sorry I can't spend more time on this issue right now - but it looks like you are nearly there with the working solution |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi.
I have posted a detailed question on SO, have had no response and I am desperate to find the answer. I also responded to this answer in the Quarkus Issues section which is very close, I think, but again no response yet.
The Quarkus docs seem to be silent on this and I am hoping that someone who has done this can fill in the missing piece of this puzzle.
I apologise for the cross-posting but I have been stuck for days on this and my newness to Quarkus and the apparent gap in the docs is getting the better of me. I suspect the answer is in the docs somewhere but I am confused by the number of options and pathways.
Thanks,
Murray
Beta Was this translation helpful? Give feedback.
All reactions