You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
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
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 !
The text was updated successfully, but these errors were encountered: