devise_cas_authenticatable icon indicating copy to clipboard operation
devise_cas_authenticatable copied to clipboard

Single sign out dosen't work with cache_store

Open ckornaros opened this issue 10 years ago • 1 comments

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 !

ckornaros avatar Mar 23 '15 13:03 ckornaros

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.

nbudin avatar Mar 26 '15 18:03 nbudin