From 69402542a892cf13f97fdbfa8b8701ba84b28f4c Mon Sep 17 00:00:00 2001 From: Martin Mattel Date: Thu, 24 Oct 2024 15:17:43 +0200 Subject: [PATCH] add changelog --- changelog/unreleased/collaboration-short-tokens.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changelog/unreleased/collaboration-short-tokens.md 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