We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove OAuth2AuthenticationValidator.
OAuth2AuthenticationValidator
In OAuth2AuthorizationCodeRequestAuthenticationProvider:
OAuth2AuthorizationCodeRequestAuthenticationProvider
Change: public void setAuthenticationValidatorResolver(Function<String, OAuth2AuthenticationValidator> authenticationValidatorResolver)
public void setAuthenticationValidatorResolver(Function<String, OAuth2AuthenticationValidator> authenticationValidatorResolver)
To: public void setAuthenticationValidator(Consumer<OAuth2AuthorizationCodeRequestAuthenticationContext> authenticationValidator)
public void setAuthenticationValidator(Consumer<OAuth2AuthorizationCodeRequestAuthenticationContext> authenticationValidator)
The text was updated successfully, but these errors were encountered:
Remove OAuth2AuthenticationValidator
c326b1a
Closes gh-891
333837d
Closes spring-projectsgh-891
jgrandja
No branches or pull requests
Remove
OAuth2AuthenticationValidator
.In
OAuth2AuthorizationCodeRequestAuthenticationProvider
:Change:
public void setAuthenticationValidatorResolver(Function<String, OAuth2AuthenticationValidator> authenticationValidatorResolver)
To:
public void setAuthenticationValidator(Consumer<OAuth2AuthorizationCodeRequestAuthenticationContext> authenticationValidator)
The text was updated successfully, but these errors were encountered: