-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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]: WebDAV: Microsoft Office warns about unsecure sign-in method on save #41192
Comments
Thanks for letting us know 👍 Some background information: https://learn.microsoft.com/en-us/deployoffice/security/basic-authentication-prompts-blocked @vansante can you share the "learn more about how to prepare" link with us? |
I, too, ran into this issue today for the first time, when saving an Excel file to my Nextcloud server connected via WebDAV. Following this issue with interest. |
Got the same issue as well, following this issue here. |
We are also facing same issue! |
Am facing issue too. |
Same issue here. As a workaround Resuming: This is only a workaround. The solution, for sure, is to implement a more advanced auth system in the NC webDAV engine. |
I tried it like this on two machines, one seemed to be working, so i can open files now from my webDav but I cant save em x.x |
Maybe you can try an alternative WebDAV client (in my setup i am not using NC client due to high cpu usage on terminals) like CYBERDUCK |
Bug description
After creating a WebDAV share on windows, and saving a new file with Microsoft Powerpoint to that WebDAV share, Powerpoint shows a warning about about unsecure sign-in method.
Steps to reproduce
Expected behavior
No warning appears
Installation method
Official All-in-One appliance
Nextcloud Server version
25
Operating system
Debian/Ubuntu
PHP engine version
PHP 8.2
Web server
Apache (supported)
Database engine version
None
Is this bug present after an update or on a fresh install?
Fresh Nextcloud Server install
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
What user-backends are you using?
Configuration report
List of activated Apps
# sudo -u www-data php occ app:list Enabled: - activity: 2.19.0 - admin_audit: 1.17.0 - calendar: 4.5.2 - circles: 27.0.1 - cloud_federation_api: 1.10.0 - comments: 1.17.0 - contacts: 5.4.2 - contactsinteraction: 1.8.0 - dashboard: 7.7.0 - dav: 1.27.0 - deck: 1.11.0 - federatedfilesharing: 1.17.0 - federation: 1.17.0 - files: 1.22.0 - files_pdfviewer: 2.8.0 - files_reminders: 1.0.0 - files_rightclick: 1.6.0 - files_sharing: 1.19.0 - files_trashbin: 1.17.0 - files_versions: 1.20.0 - firstrunwizard: 2.16.0 - logreader: 2.12.0 - lookup_server_connector: 1.15.0 - nextcloud-aio: 0.4.0 - nextcloud_announcements: 1.16.0 - notes: 4.8.1 - notifications: 2.15.0 - notify_push: 0.6.3 - oauth2: 1.15.1 - password_policy: 1.17.0 - photos: 2.3.0 - privacy: 1.11.0 - provisioning_api: 1.17.0 - recommendations: 1.6.0 - related_resources: 1.2.0 - richdocuments: 8.2.1 - serverinfo: 1.17.0 - settings: 1.9.0 - sharebymail: 1.17.0 - support: 1.10.0 - survey_client: 1.15.0 - systemtags: 1.17.0 - tasks: 0.15.0 - text: 3.8.0 - theming: 2.2.0 - twofactor_backupcodes: 1.16.0 - twofactor_totp: 9.0.0 - user_status: 1.7.0 - viewer: 2.1.0 - weather_status: 1.7.0 - workflowengine: 2.9.0 Disabled: - bruteforcesettings: 2.7.0 - encryption: 2.15.0 - files_external: 1.19.0 - suspicious_login: 5.0.0 - user_ldap: 1.17.0
Nextcloud Signing status
Nextcloud Logs
Additional info
It seems that Office Powerpoint is doing an PROPFIND request without any authentication headers to the server, before showing the warning:
The text was updated successfully, but these errors were encountered: