We use an external identity provider to authenticate "remote_users" in our Galaxy. When a user selects "Logout" from the "User" menu, they are supposed to be redirected to the IdP's logout page to invalidate the session. This page was configured with the setting remote_user_logout_href in "galaxy.yml".
It worked fine for many years, but after a recent Galaxy upgrade (don't remember exactly which version), the users were suddenly redirected to Galaxy's own login page instead (which is potentially very confusing).
The submitted hack fixed the problem for us, but I'm not sure if there is supposed to be a better solution.
We use an external identity provider to authenticate "remote_users" in our Galaxy. When a user selects "Logout" from the "User" menu, they are supposed to be redirected to the IdP's logout page to invalidate the session. This page was configured with the setting
remote_user_logout_hrefin "galaxy.yml".It worked fine for many years, but after a recent Galaxy upgrade (don't remember exactly which version), the users were suddenly redirected to Galaxy's own login page instead (which is potentially very confusing).
The submitted hack fixed the problem for us, but I'm not sure if there is supposed to be a better solution.