Skip to content
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

Combining OIDC introspection and userinfo calls causes Vert.x thread to block #12394

Closed
sberyozkin opened this issue Sep 29, 2020 · 0 comments · Fixed by #12396
Closed

Combining OIDC introspection and userinfo calls causes Vert.x thread to block #12394

sberyozkin opened this issue Sep 29, 2020 · 0 comments · Fixed by #12396
Labels
area/oidc kind/bug Something isn't working
Milestone

Comments

@sberyozkin
Copy link
Member

*Describe the bug`

The opaque tokens require the introspection which is done inside an async Vert.x Auth handler. The same will happen if the local JWK set has no matching JWT kid.
If it is combined with another async userinfo call then Vert.x thread gets blocked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/oidc kind/bug Something isn't working
Projects
None yet
2 participants