6.4 -> 6.5 cannot be cast to class #17175
Labels
in: oauth2
An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)
status: duplicate
A duplicate of another issue
type: bug
A general bug
Describe the bug
After upgrade from 6.4 -> 6.5
New implementation became unnecessarily type specific,
Making configuration in the users application uncenessarily incompatible during upgrade.
postProcess (AuthenticationProvider) became
post(OidcAuthorizationCodeAuthenticationProvider) causing a class cast exception
The text was updated successfully, but these errors were encountered: