-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] - 2.12 auth redirect resets query #1823
Comments
Can you provide more details on the configuration? Routing to security Dashboards to look. |
I believe this is likely to be the relevant part of the config. We install via the helm chart approach in case that matters
|
[Triage] @dhumphries-sainsburys Thank you for filing this issue and providing your configuration. There was a PR that went into 2.12 that is related to nextUrl for openid that should resolve the issue, but I see that you are using 2.12. Could you post the network calls on login during the issue? You can contact maintainers on the OpenSearch Slack with details. |
I have the same problem on 2.12. I think "redirectHash" is getting dropped during the redirect to the IDP. In the call to { oidc:
{ state: '...',
nextUrl: '...',
redirectHash: false },
authType: 'openid' } Then once the IDP redirects the browser to Doesn't |
I can confirm that this bug occurs in |
I can confirm this bug continues to still be present in |
This bug still exists on |
Still around on 2.17.1 just in case anyone stumbles across this issue and has hope |
Describe the bug
When a user is forced through auth redirects either for initial login or reauth after timeout the query they were navigating to or previously loaded is lost and they are directed back to the homepage of dashboards
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It load whatever you were on before the redirect took effect
OpenSearch Version
2.12
Dashboards Version
2.12
Plugins
Inbuilt Security One
https://github.com/Aiven-Open/prometheus-exporter-plugin-for-opensearch
The text was updated successfully, but these errors were encountered: