yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #70863
[Bug 1747149] [NEW] LOGOUT_URL setting has no effect
Public bug reported:
Setting LOGOUT_URL in `etc/openstack-dashboard/local_settings.py` has no
effect on the URL displayed in the dropdown menu. It still points to
`/dashboard/auth/logout/`.
Setting this value is important when using SSO so as to redirect the
user to the SSO logout page, and then having that page redirect the user
back to `/dashboard/auth/logout/` to unset the session cookies.
I'm currently doing a workaround where I alias that path in the apache
configuration, unset the headers, and redirect the user to my SSO logout
page.
** Affects: horizon
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1747149
Title:
LOGOUT_URL setting has no effect
Status in OpenStack Dashboard (Horizon):
New
Bug description:
Setting LOGOUT_URL in `etc/openstack-dashboard/local_settings.py` has
no effect on the URL displayed in the dropdown menu. It still points
to `/dashboard/auth/logout/`.
Setting this value is important when using SSO so as to redirect the
user to the SSO logout page, and then having that page redirect the
user back to `/dashboard/auth/logout/` to unset the session cookies.
I'm currently doing a workaround where I alias that path in the apache
configuration, unset the headers, and redirect the user to my SSO
logout page.
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1747149/+subscriptions
Follow ups