Skip to content

Remove OAuth2AuthenticationValidator #891

@jgrandja

Description

@jgrandja

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 release

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions