We need to provide support for the [Resource Owner Password Credentials Grant](https://tools.ietf.org/html/rfc6749#section-4.3). This issue is divided into the following tasks. ### Servlet - [x] [#31](https://github.com/spring-projects/spring-security-team-tasks/issues/31) Add password `OAuth2AccessTokenResponseClient` - [x] [#32](https://github.com/spring-projects/spring-security-team-tasks/issues/32) Implement password `OAuth2AuthorizedClientProvider` ### Reactive - [x] [#102](https://github.com/spring-projects/spring-security-team-tasks/issues/102) Add password `ReactiveOAuth2AccessTokenResponseClient` - [x] [#103](https://github.com/spring-projects/spring-security-team-tasks/issues/103) Implement password `ReactiveOAuth2AuthorizedClientProvider`
We need to provide support for the Resource Owner Password Credentials Grant.
This issue is divided into the following tasks.
Servlet
OAuth2AccessTokenResponseClientOAuth2AuthorizedClientProviderReactive
ReactiveOAuth2AccessTokenResponseClientReactiveOAuth2AuthorizedClientProvider