You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error "No AuthenticationProvider found for org.springframework.security.authentication.UsernamePasswordAuthenticationToken" in authorization-server module
#340
Open
pop1213 opened this issue
Nov 28, 2024
· 0 comments
The reason for this error should be the dependency on Spring Boot 3.4.0-M3. In this version, the annotation @ConditionalOnBean(ObjectPostProcessor.class) of UserDetailsServiceAutoConfiguration references the deprecated ObjectPostProcessor type, which causes UserDetailsServiceAutoConfiguration to be skipped when scanning the configuration classes.
The text was updated successfully, but these errors were encountered:
sjohnr
changed the title
The servlet/spring-boot/java/oauth2/authorization-server module shows an error message: "No AuthenticationProvider found for org.springframework.security.authentication.UsernamePasswordAuthenticationToken".
Error "No AuthenticationProvider found for org.springframework.security.authentication.UsernamePasswordAuthenticationToken" in authorization-server module
Dec 12, 2024
The reason for this error should be the dependency on Spring Boot 3.4.0-M3. In this version, the annotation
@ConditionalOnBean(ObjectPostProcessor.class)
ofUserDetailsServiceAutoConfiguration
references the deprecatedObjectPostProcessor
type, which causes UserDetailsServiceAutoConfiguration to be skipped when scanning the configuration classes.The text was updated successfully, but these errors were encountered: