From 900f8db799e6c809a7478203eea46223a04675c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Wed, 21 Jul 2021 09:22:39 +0000 Subject: [PATCH] add changelog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jörn Friedrich Dreyer --- changelog/unreleased/spaces-api.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelog/unreleased/spaces-api.md diff --git a/changelog/unreleased/spaces-api.md b/changelog/unreleased/spaces-api.md new file mode 100644 index 0000000000..c332ccbdd2 --- /dev/null +++ b/changelog/unreleased/spaces-api.md @@ -0,0 +1,5 @@ +Enhancement: Refactor graph API + +We refactored the `/graph/v1.0/` endpoint which now relies on the internal acces token fer authentication, getting rid of any LDAP or OIDC code to authenticate requests. This allows using the graph api when using basic auth or any other auth mechanism provided by the CS3 auth providers / reva gateway / ocis proxy. + +https://github.com/owncloud/ocis/pull/2277