You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For historical reasons we use sessions for clients (desktop, mobile). While we block logins with app passwords right now, it is still possible to circumvent this check with an authenticated request to a DAV route as it starts a session as well.
App passwords always have access to the full account, so no data is leaked.
Steps to reproduce
Open Nextcloud in the browser
Open a valid DAV URL
Fill in the basic auth dialog with an app password
Go back to the document root
Expected behaviour
Not logged in
Actual behaviour
Logged in
Server configuration
Nextcloud version:
Any
The text was updated successfully, but these errors were encountered:
For historical reasons we use sessions for clients (desktop, mobile). While we block logins with app passwords right now, it is still possible to circumvent this check with an authenticated request to a DAV route as it starts a session as well.
App passwords always have access to the full account, so no data is leaked.
Steps to reproduce
Expected behaviour
Not logged in
Actual behaviour
Logged in
Server configuration
Nextcloud version:
Any
The text was updated successfully, but these errors were encountered: