Skip to content
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

Open
vparihar01 opened this issue Feb 13, 2013 · 6 comments
Open

SignleSignOut not working #63

vparihar01 opened this issue Feb 13, 2013 · 6 comments

Comments

@vparihar01
Copy link

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

@nbudin
Copy link
Owner

nbudin commented Feb 28, 2013

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.

@jamgregory
Copy link
Contributor

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?

@nbudin
Copy link
Owner

nbudin commented Jul 16, 2013

@jamgregory: So, version 1.2.0 did not fix your issue? That's the version in which we merged #64.

@jamgregory
Copy link
Contributor

@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.

@vparihar01
Copy link
Author

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.

@nbudin
Copy link
Owner

nbudin commented Aug 27, 2014

@vparihar01 Yes, please upgrade. Versions below 1.2.0 are very old and no longer supported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants