Extract Validation/Authentication Logic in AuthorizationCodeAuthenticationProcessingFilter #4590
Labels
in: oauth2
An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)
Milestone
Summary
There is quite a bit of logic in the
AuthorizationCodeAuthenticationProcessingFilter
which is considered validation or authentication. For example:We should try to provide a richer
Authentication
object to theAuthenticationManager
and allow it to validate the response entirely.The text was updated successfully, but these errors were encountered: