diff --git a/changelog/unreleased/collaboration-short-tokens.md b/changelog/unreleased/collaboration-short-tokens.md new file mode 100644 index 0000000000..2ad3047744 --- /dev/null +++ b/changelog/unreleased/collaboration-short-tokens.md @@ -0,0 +1,7 @@ +Bugfix: Generate short tokens to be used as access tokens for WOPI + +Currently, the access tokens being used might be too long. +In particular, Microsoft Office Online complains about the URL (which contains the access token) +is too long and refuses to work. + +https://github.com/owncloud/ocis/pull/10391