From aced54ddc1a0163ecd732edfe1cd0e0e647226e9 Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Wed, 17 Jan 2024 10:23:08 +0100 Subject: [PATCH] docs: fix changelog --- changelog/5.0.0-rc.2_2024-01-17/service-account-roles.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/changelog/5.0.0-rc.2_2024-01-17/service-account-roles.md b/changelog/5.0.0-rc.2_2024-01-17/service-account-roles.md index 6811a6065e..e5c1136d37 100644 --- a/changelog/5.0.0-rc.2_2024-01-17/service-account-roles.md +++ b/changelog/5.0.0-rc.2_2024-01-17/service-account-roles.md @@ -1,5 +1,7 @@ -Bugfix: Fix Service Account Roles on external IDP +Enhancement: Service Account roles -Service Account Roles wouldn't work when using with external IDP +Use a hidden role for service accounts. It will not appear in ListRoles calls but internally handled +by settings service +https://github.com/owncloud/ocis/pull/8051 https://github.com/owncloud/ocis/pull/8074