-
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
Support the access token binding to the client MTLS authentication #4482
Comments
Related to #4447 |
@CSTDev if you know where in the Vertx request context the client cert info is available then please comment here |
I've been using the
where routingContext is This will be different if you're behind a reverse proxy mind, then I think practice is to put the info in headers, but i could be wrong. |
@CSTDev thanks for this information |
This old issue is the next major OIDC issue I will be looking at |
It will be completed after Michal @michalvavrik's PR, #42935 is merged |
Description
When the client uses the same certificate to authenticate to both IDP when requesting a token and Quarkus adapter, it can help the adapter to link the access token to the client certificate thus achieving an extra guarantee that the token is coming from the same client which requested it from IDP. Per the KC team recommendation
Hi Stian @stianst, Pedro, @pedroigor FYI
The text was updated successfully, but these errors were encountered: