Robert
07/09/2020, 9:27 AMExchangeFilterFunction which uses ReactiveSecurityContextHolder to get the SecurityContext this works as expected outside of graphql-kotlin context.
Using the same WebClient with this function inside a resolver => the context is not populated.
I'm using a custom GraphQLContextFactory to pass the GraphQLSecurityContext around explicitly.
This is done via
coroutineContext[ReactorContext]
which can't be used inside a ExchangeFilterFunction .. any ideas what could be wrong?