Add ServerOAuth2AuthorizedClientExchangeFilterFunction #5386
Labels
in: oauth2
An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)
in: web
An issue in web modules (web, webmvc)
type: enhancement
A general enhancement
Milestone
Uh oh!
There was an error while loading. Please reload this page.
Summary
We should make it easy to use an OAuth2AuthorizedClient with
WebClient
. This can be done by providing an API that looks like this:At the moment the only thing that is done is adding. However, once refresh tokens are supported we will add automatically refreshing the token as well.
The text was updated successfully, but these errors were encountered: