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

Quarkus OIDC Client: OidcRequestFilter is missing OIDC client name information #39320

Closed
mkomadel opened this issue Mar 11, 2024 · 1 comment · Fixed by #39328
Closed

Quarkus OIDC Client: OidcRequestFilter is missing OIDC client name information #39320

mkomadel opened this issue Mar 11, 2024 · 1 comment · Fixed by #39328
Labels
area/oidc kind/enhancement New feature or request
Milestone

Comments

@mkomadel
Copy link

Description

It would be nice to get the client name from OidcRequestContextProperties in OidcRequestFilter, in case multiple named clients are used.
Background: currently we are setting some additional information to oidc requests in a common OidcRequestFilter. At the time we don't really have the usecase for multiple named clients, but in case we had, we would need to set different values for every client, but the client name information is missing in the fitlter context. (It could be possible to differentiate based on URL, but having the client name would be definitely simpler)

Implementation ideas

No response

@mkomadel mkomadel added the kind/enhancement New feature or request label Mar 11, 2024
Copy link

quarkus-bot bot commented Mar 11, 2024

/cc @pedroigor (oidc), @sberyozkin (oidc)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/oidc kind/enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant