Re: [galaxy-dev] possible bug found - unable to log out of impersonated user when external authentication enabled

2016-07-28 Thread Dannon Baker
The good news is that I found out why this sounds familiar. The bad news is that I committed a fix for this way back in 14.08, here: https://github.com/galaxyproject/galaxy/commit/5769ea88fa90f3f7c22505cd06aa6f83f940a1e, which is still not working for you (though it does work for my basic external

Re: [galaxy-dev] possible bug found - unable to log out of impersonated user when external authentication enabled

2016-07-28 Thread Ryan G
Hi Dannon - We are using 15.10. We have an Apache Proxy server sitting in front of Galaxy and handling the SSO. There is no non-standard routing in place. Yes, when I navigate to the /user/logout url, I get the "Access to Galaxy user controls is disabled" message. On Thu, Jul 28, 2016 at 12:1

Re: [galaxy-dev] possible bug found - unable to log out of impersonated user when external authentication enabled

2016-07-27 Thread Dannon Baker
I did a bit of digging here, and it looks to me like /user/logout should be whitelisted in the middleware, and shouldn't present that "Access to Galaxy user controls is disabled". I might need a little more information. What revision of Galaxy are you running? Are you serving Galaxy at a subdoma

Re: [galaxy-dev] possible bug found - unable to log out of impersonated user when external authentication enabled

2016-07-27 Thread Ryan G
Thanks. Clearing out the browser history resolved it but there should be a better way... On Wed, Jul 27, 2016 at 12:48 PM, Dannon Baker wrote: > Hey, thanks for this. I've made an issue ( > https://github.com/galaxyproject/galaxy/issues/2671) and will check it > out today. > > On Wed, Jul 27,

Re: [galaxy-dev] possible bug found - unable to log out of impersonated user when external authentication enabled

2016-07-27 Thread Dannon Baker
Hey, thanks for this. I've made an issue ( https://github.com/galaxyproject/galaxy/issues/2671) and will check it out today. On Wed, Jul 27, 2016 at 12:44 PM Ryan G wrote: > Hi all - We are using a SSO system so that user's authenticate externally > from Galaxy. > > when I impersonate a user t

[galaxy-dev] possible bug found - unable to log out of impersonated user when external authentication enabled

2016-07-27 Thread Ryan G
Hi all - We are using a SSO system so that user's authenticate externally from Galaxy. when I impersonate a user then try to log out as that user, I'm unable to. I get the page " Access to Galaxy user controls is disabled User controls are disabled when Galaxy is configured for external authentic