devise_cas_authenticatable
devise_cas_authenticatable copied to clipboard
Single sign out dosen't work with cache_store
Hello, The sign out works well but not the single sign out. When I'm sign out from siteA I still logged in siteB even if I set "config.cas_enable_single_sign_out = true" in devise.rb You'll find bellow the configuration of session_store.rb
Rails.application.config.session_store :cache_store
Did I miss something ? Single Sign Out should work with cache_store (or even with mem_cache_store) ?
Edit: I'm working with rails 4.2.0 and last version of devise_cas_authenticatable.
Thanks for your help !
Hi, sorry for the delay in getting back to you. Could you post samples of your logs (with any sensitive information removed) from both apps when trying to do a sign-out? Without those, it's hard to diagnose the problem.