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

Support more than one OidcEndpoint annotation on a filter with OidcEndpoints #38780

Closed
01epa opened this issue Feb 14, 2024 · 1 comment · Fixed by #38862
Closed

Support more than one OidcEndpoint annotation on a filter with OidcEndpoints #38780

01epa opened this issue Feb 14, 2024 · 1 comment · Fixed by #38862
Labels
area/oidc kind/enhancement New feature or request
Milestone

Comments

@01epa
Copy link

01epa commented Feb 14, 2024

Description

Currently OidcEndpoint annotation could be applied to single filter class but in some cases the same filter should be applied to several OIDC endpoints.

For more info see discussions in #38776

Implementation ideas

To support that we have several options:

  • Have OidcEndpoints annotation
  • Have an array of path in OidcEndpoint annotation instead of single value
  • Allow to put several OidcEndpoint to class
@01epa 01epa added the kind/enhancement New feature or request label Feb 14, 2024
Copy link

quarkus-bot bot commented Feb 14, 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