From 88ba401ff17b9ea9ba04aafb50a19a86598d856b Mon Sep 17 00:00:00 2001 From: Ralf Haferkamp Date: Tue, 24 May 2022 15:44:00 +0200 Subject: [PATCH] Add changelog for autoprovisioning --- changelog/unreleased/enhancement-user-autoprovision.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changelog/unreleased/enhancement-user-autoprovision.md 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