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