我们可以将输入的用户名传递给Spring Security中的身份验证失败URL吗?

发布于 2024-10-29 07:28:56 字数 71 浏览 3 评论 0原文

我们是否可以将输入的用户名传递到 Spring Security 中的身份验证失败 url,以防因密码不匹配而导致身份验证失败?

Can we pass the entered username to authentication failure url in spring security in case of authentication failure by unmatching password?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

鸵鸟症 2024-11-05 07:28:56

假设您问,在身份验证失败的情况下我们如何获取用户名,它可以在特殊的 spring-security 常量 SPRING_SECURITY_LAST_USERNAME 中找到。

这个SO讨论可能很有用参考。

Assuming you are asking, how do we get the username in case of authentication failure, it is available in a special spring-security constant SPRING_SECURITY_LAST_USERNAME.

This SO discussion could be useful reference.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文