问题描述
我正在使用 ruby-cas 客户端,用于基于 CAS 的身份验证.我想将 ruby_cas 身份验证链接到我的应用程序:
I am using ruby-cas client, for an authentification based on a CAS.I would like to link the ruby_cas authentication to my application :
当我们使用 cas 登录时,除了创建的 CAS 会话之外,还为我的应用程序创建了一个会话.
when we log in with cas, in additon to the CAS session created, a session for my application is also created.
我该怎么办?
谢谢
推荐答案
你可以使用 devise 和 devise_cas_authenticable
这应该适用于 Rails 3.我试图让它与 rails 4 一起工作,但是 rubycas-client(需要 devise_cas_authenticable)给我带来了很多麻烦.但是我还没有投降:)
This should work for Rails 3. I am trying to make it work with rails 4 but rubycas-client (needed for devise_cas_authenticatable) is giving me a lot of trouble. However I haven't surrendered yet :)
这篇关于rubycas-client 认证和本地会话的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!