Grails:具有 RememberMe 功能的 LDAP 身份验证

发布于 2024-12-11 15:42:26 字数 420 浏览 0 评论 0原文

以下场景:

我有一个 grails 应用程序。用户通过 LDAP 进行身份验证(使用 spring-security-ldap 插件)。这很好用。 但现在,我想使用 spring-security-framework 的“rememberMe”功能。 所以我创建了一个 persistLogin-Domain 类。

当我登录到我的应用程序时,会创建一个令牌(以及用户名、last_used_timestamp、系列)并将其保存到数据库中。

但是当我关闭浏览器并再次打开它时,令牌仍在数据库中,但我必须再次登录。

(是的,我想要访问的控制器支持记住的用户......

@Secured('IS_AUTHENTICATED_REMEMBERED'))

有人有这方面的经验并且可以给我一些提示吗?

following scenario:

I've an grails application. The Users gets authenticated via LDAP (using spring-security-ldap plugin). This works fine.
But now, I want to use the 'rememberMe'-functionality of the spring-security-framework.
So I created a persistentLogin-Domain Class.

When I login to my application, a token (and a username, last_used_timestamp, series) is created an saved to the database.

But when I close the browser and open it again, the token is still in the database but I have to logon again.

(Yes, the controller which I want to access supports remembered users...

@Secured('IS_AUTHENTICATED_REMEMBERED'))

Does someone has experience with it and could give me some tips?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文