获取org.springframework.security.authentication.BadCredentialsException:错误的凭据异常Spring安全性

时间:2018-05-31 10:32:18

标签: java spring spring-security

您好我正在尝试手动进行sprig身份验证,并希望保存用户详细信息以确保Spring安全。但是我在下面的代码

中给出了这个例外
$prefix = "Customer"
Get-ChildItem C:\folder\*$prefix.txt  | Rename-Item -NewName {$prefix + ($_.Name -replace $prefix,'')}

例外 -

Authentication auth = authManager.authenticate(authReq);

服务方法 -

org.springframework.security.authentication.BadCredentialsException: Bad credentials

}

1 个答案:

答案 0 :(得分:0)

如何针对jdbc或内存对用户进行身份验证? 请检查是否有加密密码?