-
Notifications
You must be signed in to change notification settings - Fork 83
Open
Labels
Description
Hello,
I've read several threads on using WebDAV and SSO. I'm using SAML with GSSAPI SSO configured on Apache2. From the web interface, it works perfectly, but from Windows Explorer, it consistently asks for my Windows credentials. This is problematic for mass deployment. I'm on an Ubuntu 24.04 LTS server with an Apache2 web server. I'm using the latest version of Nextcloud (33.0.0). I am on a Microsoft Active Directory environment
On Apache, I apply SSO only to this location:
<Location /index.php/apps/user_saml/saml/>
...
</ location>
Steps to reproduce
- open windows explorer
- Add webdav URL (https://cloud.domain.com/remote.php/dav/files/user/
- A pop-up window will appear asking for your username and password.
Server configuration
Web server: Apache
Database: MariaDB
PHP version: 8.3
Nextcloud version: 33.0.0
Reactions are currently unavailable