No longer rely on hashbangs for url routing #11015
Labels
enhancement
New value added to drive a business result
Team:Core
Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
Describe the feature:
Kibana keeps in the url all the attributes needed to display a page. Most of those attributes are kept in the anchor (after the '#').
The issue that I have is when I setup apache with shibboleth to do the authentication. Since the anchor is kept on the client side, and it is not passed to the web server, after a successful authentication, the page loses the anchor, and it gets redirected to the default page.
It would be nice if the attributes were not kept in the anchor. That way, they will stay after a successful authentication
Steps to reproduce:
(or any page with '#')
Errors in browser console (if relevant):
After a successful authentication, the page gets redirected to
https://myhost/app/kibana
(losing the anchor)
The text was updated successfully, but these errors were encountered: