Skip to content

Remove OAuth2AuthenticationValidator #891

New issue

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

Closed
jgrandja opened this issue Sep 12, 2022 · 0 comments
Closed

Remove OAuth2AuthenticationValidator #891

jgrandja opened this issue Sep 12, 2022 · 0 comments
Assignees
Labels
type: breaks-passivity A change that breaks passivity with the previous release
Milestone

Comments

@jgrandja
Copy link
Collaborator

Remove OAuth2AuthenticationValidator.

In OAuth2AuthorizationCodeRequestAuthenticationProvider:

Change:
public void setAuthenticationValidatorResolver(Function<String, OAuth2AuthenticationValidator> authenticationValidatorResolver)

To:
public void setAuthenticationValidator(Consumer<OAuth2AuthorizationCodeRequestAuthenticationContext> authenticationValidator)

@jgrandja jgrandja added the type: breaks-passivity A change that breaks passivity with the previous release label Sep 12, 2022
@jgrandja jgrandja added this to the 0.4.0-M2 milestone Sep 12, 2022
@jgrandja jgrandja self-assigned this Sep 12, 2022
jgrandja added a commit that referenced this issue Sep 12, 2022
doba16 pushed a commit to doba16/spring-authorization-server that referenced this issue Apr 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: breaks-passivity A change that breaks passivity with the previous release
Projects
None yet
Development

No branches or pull requests

1 participant