github.com/cs3org/reva/v2@v2.27.7/changelog/2.11.0_2022-11-03/decomposedfs-drop-idp.md (about) 1 Change: decomposedfs no longer stores the idp 2 3 We no longer persist the IDP of a user id in decomposedfs grants. As a consequence listing or reading Grants no longer returns the IDP for the Creator. 4 It never did for the Grantee. Whatever credentials are used to authenticate a user we internally have to create a UUID anyway. Either by lookung it up in an external service (eg. LDAP or SIEM) or we autoprovision it. 5 6 https://github.com/cs3org/reva/pull/3267