ch4mpy / spring-addons

Ease spring OAuth2 resource-servers configuration and testing
Apache License 2.0
557 stars 90 forks source link

`AddonsWebfluxTestConf` should mock `ReactiveJwtDecoder` and `ReactiveOpaqueTokenIntrospector` #68

Closed ch4mpy closed 2 years ago

ch4mpy commented 2 years ago

AddonsWebfluxTestConf does not mock ReactiveJwtDecoder and ReactiveOpaqueTokenIntrospector. This causes missing bean exceptions unless resource-server @WebFluxTest explicitely mock one of those.