What is the bug?
In Opensearch Dashboards URL hash encodes the state of a visualization (state could be the filters to apply, the time range etc). Currently for OpenID Connect based authentication when user logins/re-logins the url hash is being dropped because of redirecting to the IDP.
How can one reproduce the bug?
Steps to reproduce the behavior:
- Setup OpenID Connect based authentication
- Open any dashboard
- Copy the URL
- Logout
- Open new private window
- Paste the URL
- You are redirected to
/app/dashboards (dashboards overview)
What is the expected behavior?
The state of the dashboard/visualization must not be lost.
What is your host/environment?
Do you have any additional context?
The same issue for SAML was fixed.
What is the bug?
In Opensearch Dashboards URL hash encodes the state of a visualization (state could be the filters to apply, the time range etc). Currently for OpenID Connect based authentication when user logins/re-logins the url hash is being dropped because of redirecting to the IDP.
How can one reproduce the bug?
Steps to reproduce the behavior:
/app/dashboards(dashboards overview)What is the expected behavior?
The state of the dashboard/visualization must not be lost.
What is your host/environment?
Do you have any additional context?
The same issue for SAML was fixed.