-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
type: breaks-passivityA change that breaks passivity with the previous releaseA change that breaks passivity with the previous release
Milestone
Description
Remove OAuth2AuthenticationValidator.
In OAuth2AuthorizationCodeRequestAuthenticationProvider:
Change:
public void setAuthenticationValidatorResolver(Function<String, OAuth2AuthenticationValidator> authenticationValidatorResolver)
To:
public void setAuthenticationValidator(Consumer<OAuth2AuthorizationCodeRequestAuthenticationContext> authenticationValidator)
Metadata
Metadata
Assignees
Labels
type: breaks-passivityA change that breaks passivity with the previous releaseA change that breaks passivity with the previous release