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