phpCAS 和 CodeIgniter
我正在寻找有关如何将 phpCAS 与 CodeIgniter 集成的一些指导。
我已经找了2天了,却一无所获。
有人有关于如何做到这一点的可靠示例吗?我过去曾使用 CI 授权库,但我最新的项目需要 CAS 集成。
感谢您发送给我的任何帮助。
I'm looking for some guidance on how to integrate phpCAS with CodeIgniter.
I've been searching for 2 days and have gotten nowhere.
Does anyone have solid examples of how to do this? I've use authorization libraries for CI in the past but my newest project requires CAS integration.
Thanks for any help you can send my way.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我已经为 CodeIgniter 创建了一个用于 CAS 身份验证的库,并在此答案中发布了代码和一些解释。
另请参阅 phpCAS 文档: https://wiki.jasig.org/display/CASC /phpCAS+示例
I've started a library for CAS authentication for CodeIgniter, and posted the code and some explanation in this answer.
See also the documentation on phpCAS: https://wiki.jasig.org/display/CASC/phpCAS+examples