From 311502bede7d017b470916a98f87c382dfd5a4a9 Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Thu, 27 Aug 2020 15:49:47 +0200 Subject: [PATCH] Add changelog --- changelog/unreleased/mint-roles.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelog/unreleased/mint-roles.md diff --git a/changelog/unreleased/mint-roles.md b/changelog/unreleased/mint-roles.md new file mode 100644 index 0000000000..947663163f --- /dev/null +++ b/changelog/unreleased/mint-roles.md @@ -0,0 +1,5 @@ +Enhancement: Add roleIDs to the access token + +We are using the roleIDs of the authenticated user for permission checks against ocis-settings. We added the roleIDs to the access token to have them available quickly. + +https://github.com/owncloud/ocis-proxy/pull/95