Support several JWT authentication converters (or converters with a @Qualifier
which is not jwtAuthenticationConverter
)
#181
Labels
enhancement
New feature or request
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
andspring-addons-starter-oidc-test
get lostDescribe the solution you'd like
spring-addons-starter-oidc
should document clearly which JWT authentication converter bean is injected in the auto-configuredresourceServerSecurityFilterChain
.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
The text was updated successfully, but these errors were encountered: