-
Notifications
You must be signed in to change notification settings - Fork 24
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
Regression: Current versions success page requires authentication #293
Comments
'http.cookie.samesite' => 'Lax' needs to be added to config.php. The root-cause is a recent change in browser behavior. localhost != demo.owncloud.com 💥 |
There are other possible fixes which would require code changes.
Decision should be made by @micbar. But the quick fix mentioned by @IljaN can be used for the upcoming 10.8 release. We should include it in the release notes. |
I`d vote for option 2 unless 1 is easy. Correct me If I am wrong: The samesite change is done by browser vendors to prevent tracking via third-party cookies. So there should be no real implications for the Security of owncloud setting it to Lax. |
@TheOneRing Config set on demo systems, could you test it again please? |
Seems to work. |
Start the desktop client, add demo.owncloud.org.
Enter the credentials, authorise.
You will get redirected to
https://demo.owncloud.com/login?redirect_url=%252Fapps%252Foauth2%252Fauthorization-successful
and get asked for the credentials again.
After entering them you get the login successful message.
Expected:
Getting to the "login successful" page without entering the credentials again.
The text was updated successfully, but these errors were encountered: