Add changelog for autoprovisioning

This commit is contained in:
Ralf Haferkamp
2022-05-24 17:39:01 +02:00
committed by Ralf Haferkamp
parent 0ec88ed5d2
commit 7d284a742b
@@ -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