You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spring Security OAuth 2 had support for OAuth2RestTemplate that allowed clients to contact a Resource server by providing a ResourceDetail containing OAuth2 info.
Using WebClient requires the client to handle the token retrieval. Would be nice if that feature from OAuth2RestTemplate could be ported to Spring Security 5.
The text was updated successfully, but these errors were encountered:
Summary
Spring Security OAuth 2
had support forOAuth2RestTemplate
that allowed clients to contact a Resource server by providing aResourceDetail
containing OAuth2 info.Using
WebClient
requires the client to handle the token retrieval. Would be nice if that feature fromOAuth2RestTemplate
could be ported to Spring Security 5.The text was updated successfully, but these errors were encountered: