No AuthenticationProvider found for UsernamePasswordAuthenticationToken

后端 未结 2 547
你的背包
你的背包 2020-12-14 09:07

my web.xml config is


        springSecurityFilterChain
        org.springframework.         


        
2条回答
  •  失恋的感觉
    2020-12-14 09:53

    I had the same issue. In my case the solution was to set AbstractAuthenticationToken.setAuthenticated to true after the authentication passed.

提交回复
热议问题