Closed
Description
There is not documentation how to filter fields using JsonViews using specific security roles when using Webflux and non-functional endpoints, for example @RestController
.
There is a tutorial that explains how to achieve this using MCV.
https://www.baeldung.com/spring-security-role-filter-json
There is another issue that has been closed that explains similar functionality with RouterFunctions and Webflux.
#23150