集成 CAS 和 Symfony sfGuard?

发布于 2024-11-27 20:13:10 字数 265 浏览 2 评论 0原文

我正在尝试集成 CAS 和 sfDoctrineGuard。我希望我的登录和注销由 CAS 控制,它与 sfCASPlugin 完美配合。

但是,我需要将其与 sfGuard 的用户、组和权限集成。我该怎么做呢?

我以为我可以在使用 sfCas 登录后“强制”登录 sfGuard,但失败了。

有什么想法吗?

I'm trying to integrate CAS and sfDoctrineGuard. I want my login and logout to be controlled by CAS, which works perfectly with the sfCASPlugin.

However, I need to integrate this with the Users, Groups and Permissions from sfGuard. How can I do it?

I thought that I could "force" the login in sfGuard after logging with sfCas, but failed.

Any ideas?

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

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

发布评论

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

评论(1

夜还是长夜 2024-12-04 20:13:10

使用 sfCasPlugin 和 sfGuardPlugin 的默认实现无法做到这一点。唯一的方法是改变很多 sfCasPlugin 的实现。因此,对于 Symfony 1.4,您将无法使用标准插件来实现这一点。使用 Symfony2 可以更容易地做到这一点。

There is no way doing this with the default implementations of the sfCasPlugin and sfGuardPlugin. The only way would be to change a lot of the sfCasPlugin implemntation. So for Symfony 1.4 you will not be able to use a standard-plugin to implement this. This will get a lot easier to do with Symfony2.

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