-
Notifications
You must be signed in to change notification settings - Fork 668
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
Use authenticationRequired as intended instead of sending in createRequest #5789
Comments
FYI @ckamm |
So, since all 8.X servers are now at EOL we could remove this workaround. It might help with addressing bugs like #5989 that are seem related. |
Further investigation:
Result: We cannot use the QAuthenticator / authenticationRequired-signal based way of answering authentication challenges and should stick to what already works. |
OAuth2 support in Qt:
But since @ogoffart already made OAuth2 work for 2.4, none of these are urgent. |
@ckamm said this is not possible because we can't access "Bearer" authentication from QAuthenticator. |
Correct, this is not possible with oauth2 anyway. Even QtNetworkAuth do the same as us. |
#5728 (comment)
We would need to check which server 8.x version has this actually fixed.
See also https://github.com/owncloud/core/wiki/Maintenance-and-Release-Schedule on how long servers are supported.
Maybe @ogoffart could explain if this collides with OAuth2 or not, I didn't see any big issues when checking https://github.com/owncloud/client/pull/5668/files
FYI @ogoffart @ckamm
The text was updated successfully, but these errors were encountered: