Skip to content
This repository has been archived by the owner on Aug 6, 2019. It is now read-only.

Support Single Sign Out #9

Open
pencil opened this issue Mar 11, 2013 · 2 comments
Open

Support Single Sign Out #9

pencil opened this issue Mar 11, 2013 · 2 comments
Labels

Comments

@pencil
Copy link
Contributor

pencil commented Mar 11, 2013

Do you have any plans to support Single Sign Out?

@brandonaaron
Copy link
Owner

It is doable but requires a little more effort on the rails configuration part. Here is more info on how to make it work via the rubycas-client documentation: https://github.com/rubycas/rubycas-client#re-authenticating-on-every-request-ie-the-single-sign-out-problem

@pencil
Copy link
Contributor Author

pencil commented Mar 11, 2013

I made it work in our staging environment. It requires you to use activerecord as session store. This can be achieved with the following plugin: https://github.com/pencil/redmine_activerecord_session_store

Sadly it also requires one little change in the redmine core... I'll wait with a pull request until I find a decent solution.

Edit: This is the problem in the redmine core: http://www.redmine.org/boards/4/topics/36816

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

No branches or pull requests

2 participants