-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Bearer auth backend causes problems with several dav clients #5088
Comments
#5092 Appears to be a duplicate or at least directly related. |
Yeah, see the link to the forum above for a temporary workaround |
Does reordering the auth mechanisms help or should we do something REALLY hacky and prevent the second Authenticate header? Note that this really is more of a bug in the clients… but well, if apparently all clients implement such stuff incorrectly 🙈 I think the hacky approach might help us more :) |
Reordering doesn't seem to help, because the order is different on the dav/ endpoint, but many people also have problems on that one. |
K, we'll then just pretend to only do Basic Auth 🙈 |
Thanks for bringing this in 12.0.1. When will this be released? Where can I find a release-plan for minor updates? The topic is quite important for me. |
@Aehrraid you can also just fix it manually right now with: the "average" release cycle is 4weeks |
Overrides \Sabre\DAV\Auth\Backend\AbstractBearer::challenge to prevent sending a second WWW-Authenticate header which is standard-compliant but most DAV clients simply fail hard. Fixes #5088 Signed-off-by: Lukas Reschke <[email protected]>
Overrides \Sabre\DAV\Auth\Backend\AbstractBearer::challenge to prevent sending a second WWW-Authenticate header which is standard-compliant but most DAV clients simply fail hard. Fixes #5088 Signed-off-by: Lukas Reschke <[email protected]>
Overrides \Sabre\DAV\Auth\Backend\AbstractBearer::challenge to prevent sending a second WWW-Authenticate header which is standard-compliant but most DAV clients simply fail hard. Fixes #5088 Signed-off-by: Lukas Reschke <[email protected]>
The topic is getting way too much replies:
https://help.nextcloud.com/t/nc12-authentication-issue-with-cardav-caldav-and-sogo-connector/12924/
We need to find a way for this, so it doesn't break all the clients anymore.
cc @LukasReschke
The text was updated successfully, but these errors were encountered: