From 2812f3fd789c9d6503ac50a85e49a222d5821275 Mon Sep 17 00:00:00 2001 From: Juan Carlos Garrote Date: Fri, 15 Dec 2023 11:32:39 +0100 Subject: [PATCH] Added calens file --- changelog/unreleased/4260 | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changelog/unreleased/4260 diff --git a/changelog/unreleased/4260 b/changelog/unreleased/4260 new file mode 100644 index 00000000000..9e11fd2d78f --- /dev/null +++ b/changelog/unreleased/4260 @@ -0,0 +1,6 @@ +Bugfix: Add "scope" parameter to /token endpoint HTTP requests + +The "scope" parameter is now always sent in the body of HTTP requests to the /token endpoint, +which is optional in v1 but required in v2. + +https://github.com/owncloud/android/pull/4260