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
sjohnr
changed the title
Document how to add parameters in oauth2 client servlet docs
Document parameters converter in oauth2 client servlet docs
Nov 3, 2021
sjohnr
added a commit
to sjohnr/spring-security
that referenced
this issue
Nov 3, 2021
Servlet documentation should mention how to provide a custom parameters converter to override parameters of an OAuth 2.0 Access Token Request:
AbstractOAuth2AuthorizationGrantRequestEntityConverter.setParametersConverter()
.AbstractOAuth2AuthorizationGrantRequestEntityConverter.addParametersConverter()
.Currently, only reactive documentation mentions this capability (in
AbstractWebClientReactiveOAuth2AccessTokenResponseClient
).The text was updated successfully, but these errors were encountered: