mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
Merge pull request #1834 from dirks/fix/extertnal_files_auth
Fix/extertnal files auth
This commit is contained in:
@@ -35,8 +35,10 @@ credentials of the user to connect to the storage. These are not stored anywhere
|
||||
on the server, but rather in the user session, giving increased security. The
|
||||
drawbacks are that sharing is disabled when this mechanism is in use, as
|
||||
Nextcloud has no access to the storage credentials, and background file scanning
|
||||
does not work. Other services that might request the file tough a different request
|
||||
like Collabora Online or OnlyOffice will also not be able to open files in that case.
|
||||
does not work. Desktop and mobile clients that use tokens to authenticate can
|
||||
not access those shares. Other services that might request the file through
|
||||
a different request like Collabora Online or OnlyOffice will also not be able to
|
||||
open files in that case.
|
||||
|
||||
The **Log-in credentials, save in database** mechanism uses the Nextcloud login
|
||||
credentials of the user to connect to the storage. These are stored in the
|
||||
|
||||
Reference in New Issue
Block a user