Create sample demonstrating request context propagation using Reactor Context #7039
Labels
in: oauth2
An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)
status: invalid
An issue that we don't feel is valid
ServletOAuth2AuthorizedClientExchangeFilterFunction
has an implementation ofCoreSubscriber
that is used to propagateHttpServletRequest
,HttpServletResponse
andAuthentication
via the ReactorContext
to ensure these objects are available across all reactive threads. This work has been delivered in #6483.We should put together a minimal sample of the implementation of
ServletOAuth2AuthorizedClientExchangeFilterFunction.RequestContextSubscriber
for the purpose of having the Reactor team review the current implementation to validate if the approach is the most efficient and/or recommend a better/simpler implementation.The text was updated successfully, but these errors were encountered: