Automated changelog update [skip ci]

This commit is contained in:
Ralf Haferkamp
2023-05-17 14:16:58 +00:00
parent 1d85593c7e
commit 71a5d4b99e

View File

@@ -6,6 +6,7 @@ The following sections list the changes for unreleased.
## Summary
* Bugfix - Reduced default TTL of user and group caches in graph API: [#6320](https://github.com/owncloud/ocis/issues/6320)
* Bugfix - Use UUID attribute for computing "sub" claim in lico idp: [#904](https://github.com/owncloud/ocis/issues/904)
* Bugfix - Fix the empty string givenName attribute when creating user: [#5431](https://github.com/owncloud/ocis/issues/5431)
* Bugfix - Fix the wrong status code when appRoleAssignments is forbidden: [#6037](https://github.com/owncloud/ocis/issues/6037)
@@ -18,6 +19,14 @@ The following sections list the changes for unreleased.
## Details
* Bugfix - Reduced default TTL of user and group caches in graph API: [#6320](https://github.com/owncloud/ocis/issues/6320)
We reduced the default TTL of the cache for user and group information on the /drives endpoints
to 60 seconds. This fixes in issue where outdated information was show on the spaces list for a
very long time.
https://github.com/owncloud/ocis/issues/6320
* Bugfix - Use UUID attribute for computing "sub" claim in lico idp: [#904](https://github.com/owncloud/ocis/issues/904)
By default the LDAP backend for lico uses the User DN for computing the "sub" claim of a user. This