-
Notifications
You must be signed in to change notification settings - Fork 161
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] Security cookie could be too large when using JWT auth type #1638
Comments
[Triage] Hi @pheex thank you for filing this issue. @jochen-kressin, could you please follow-up on this since you made the original change to split cookies? Thank you |
I can take care of this one |
Hi @pheex! Could you maybe tell me a bit more about your setup so that I know I'm testing this correctly?
Thanks! |
Hi @scrawfor99, Working on this now. So do I understand you correctly that we would like to have the exact same behaviour as for OIDC and SAML?
Also, two other questions came up: Thanks! |
Yes, to test simply pass JWT token to the dashboard using query string parameter named "token" |
What is the bug?
When using JWT auth type, security cookie is too large if JWT token is big, browser refuse to store it (more than 4kb) looks like #1352 is not applied to JWT auth type
How can one reproduce the bug?
Use this configuration
security-config : i use openid config only to get JWKS keyring
opensearch_dashboard.yml
What is the expected behavior?
Cookie should be splitted
What is your host/environment?
opensearch 2.11.0
opensearch dashboard 2.11.0
The text was updated successfully, but these errors were encountered: