diff --git a/changelog/unreleased/enhancement-user-autoprovision.md b/changelog/unreleased/enhancement-user-autoprovision.md new file mode 100644 index 00000000000..d4beaade862 --- /dev/null +++ b/changelog/unreleased/enhancement-user-autoprovision.md @@ -0,0 +1,7 @@ +Enhancement: reintroduce user autoprovisioning in proxy + +With the removal of the accounts service autoprovisioning of users upon first login +was no longer possible. We added this feature back for the cs3 user backend in the proxy. +Leveraging the libregraph users API for creating the users. + +https://github.com/owncloud/ocis/pull/3860