Skip to content
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

fix: file picker when embed delegate authentication is enabled #11899

Merged
merged 1 commit into from
Nov 13, 2024

Conversation

JammingBen
Copy link
Contributor

Fixes the "Open" and "Save as" actions when the server has enabled embed.delegateAuthentication. This flag needs to be ignored for these 2 actions since Web is basically embedding itself and always needs authentication.

fixes #11897

@JammingBen JammingBen self-assigned this Nov 13, 2024
Fixes the "Open" and "Save as" actions when the server has enabled `embed.delegateAuthentication`. This flag needs to be ignored for these 2 actions since Web is basically embedding itself and always needs authentication.
@JammingBen JammingBen force-pushed the fix/file-picker-embed-delegate-authentication branch from 89bc5ec to 747607b Compare November 13, 2024 12:41
@JammingBen JammingBen merged commit 546220c into master Nov 13, 2024
3 checks passed
@JammingBen JammingBen deleted the fix/file-picker-embed-delegate-authentication branch November 13, 2024 13:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"Open" / "Save as" feature does not work when embed authentication is delegated
2 participants