-
-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SignleSignOut not working #63
Comments
There's a pull request in that completely overhauls the single sign out system. It's #64. Would you mind pointing your Gemfile at this repo: https://github.com/endel/devise_cas_authenticatable Let me know if this fixes your problem; if it does, I'd love to merge and release it. |
I'm experiencing the same issue, but we're using the Active Record store for our session store. Any chance that this will be supported in the (near) future, or what might be required to allow Devise to support this? |
@jamgregory: So, version 1.2.0 did not fix your issue? That's the version in which we merged #64. |
@nbudin - ah, it turned out we were still using an old version of devise_cas_authenticatable, and hadn't updated to 1.2.0 yet. We're hoping to test the updated version next week - I'll report back if we're still having issues. |
Yes @nbudin it doesn't fixed my issue same old version. Sorry for above application some Rails app is backed with MongoDb. Finally I made single sign out working for all my apps. But this is hack https://gist.github.com/vparihar01/0fb5d08a328bad550c1c . I will get back to you after upgrading the gem. Thanks. |
@vparihar01 Yes, please upgrade. Versions below 1.2.0 are very old and no longer supported. |
When i am trying to do the signout from one app,other apps session is not destroying. I make all the configuration correct but still not able to make it work.
I am getting error as follows -:
Intercepted single-sign-out request for CAS session ST-1360752988rnWO5BDNnMFVydA1UvL.
Found session id 6ecdb24d65d3cc58c92ae3accbd69305 for index ST-1360752988rnWO5BDNnMFVydA1UvL
A single sign out request was received for ticket ST-1360752988rnWO5BDNnMFVydA1UvL but the Rails session_store is not a type supported for single-sign-out by devise_cas_authenticatable.
Deleting index ST-1360752988rnWO5BDNnMFVydA1UvL
The text was updated successfully, but these errors were encountered: