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