-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Quarkus oidc integration, backchannel logout support #23477
Comments
/cc @pedroigor, @sberyozkin |
I have made a test with: step 1 step 2: step3: With Jboss app, keycloak is using JBoss client adapater. I agree that Quarkus client apps do not receive logout back channel notification, as mentioned in thread #23477 Therefore to prepare migration from wildly /jboss app to quarkus, being able to support RP backchannel notifications is something really important for a seamless integratin for OIDC client. |
@orivat This is the issue I'd try to prioritize upon. @tassadar81 @pedroigor How does Keycloak do the backchannel logout ? The way it is described at https://openid.net/specs/openid-connect-backchannel-1_0.html or differently ? I have not been able to confirm it in the docs. Thanks |
@tassadar81 @pedroigor If it is a logout JWT token then we can verify it and then compare its |
Description
As discussed with @sberyozkin on Zulip a backchannel logout feature is missing in the oidc quarkus integration. In some scenarios like two clients in the same realm such functionality is necessary. The route for backchannel consumes a jwt token and i guess it has to be public and able to reconize the user session from this token.
An old issue was opend btw, i report it here for reference #4481
Thank you
Implementation ideas
No response
The text was updated successfully, but these errors were encountered: