Update configuration.rst

The route for creating token has changed

Signed-off-by: hatuan195 <47517542+hatuan195@users.noreply.github.com>
This commit is contained in:
hatuan195
2023-11-27 11:13:41 +07:00
committed by Josh Richards
parent 0993945188
commit 714c693147

View File

@@ -27,7 +27,7 @@ Enable access for external apps
Nextcloud internally passes an access token to Collabora Online that is used later by it to do various operations. By default, it's not possible to generate this token by 3rd parties; only Nextcloud can generate and pass it to Collabora Online.
In some applications, it might be necessary to generate the token by a 3rd party application. For this, one needs to add the 3rd party application (external apps) in this setting. You need to add an application identifier and a secret
token. These credentials then can be used by the 3rd party application to make calls to `wopi/extapp/data/{fileId}` to fetch the access token and URL source for given fileId, both required to open a connection to Collabora Online.
token. These credentials then can be used by the 3rd party application to make calls to `ajax/extapp/data/{fileId}` to fetch the access token and URL source for given fileId, both required to open a connection to Collabora Online.
Canonical webroot
*****************