Add WebClient contextual inclusion of OAuth Tokens #5413
Labels
in: oauth2
An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)
type: enhancement
A general enhancement
Summary
At times it is useful to allow automatic inclusion of an OAuth Token. This should be done using Reactor's Context for reactive applications and a ThreadLocal for servlet based applications. If a user authenticates using OIDC then the token should be leveraged for this automatic inclusion.
The text was updated successfully, but these errors were encountered: