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 several JWT authentication converters (or converters with a @Qualifier which is not jwtAuthenticationConverter) #181

Open
ch4mpy opened this issue Jan 26, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@ch4mpy
Copy link
Owner

ch4mpy commented Jan 26, 2024

Is your feature request related to a problem? Please describe.
When using several authentication converters (or just one with for instance @Qualifier("defaultJwtAuthenticationConverter")), spring-addons-starter-oidc and spring-addons-starter-oidc-test get lost

Describe the solution you'd like
spring-addons-starter-oidc should document clearly which JWT authentication converter bean is injected in the auto-configured resourceServerSecurityFilterChain.

spring-addons-starter-oidc-test should give the possibility to choose which of the available JWT authentication converter to use with @WithJwt and @WithMockJwtAuth

Additional context
#180

@ch4mpy ch4mpy added the enhancement New feature or request label Jan 26, 2024
@ch4mpy ch4mpy self-assigned this Jan 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant