github.com/cs3org/reva/v2@v2.27.7/changelog/2.24.0_2024-09-09/ocm-fix-federated-userid.md (about)

     1  Bugfix: fix OCM userid encoding
     2  
     3  We now base64 encode the remote userid and provider as the local federated user id. This allows us to always differentiate them from local users and unpack the encoded user id and provider when making requests to the remote ocm provider.
     4  
     5  https://github.com/cs3org/reva/pull/4837
     6  https://github.com/cs3org/reva/pull/4833
     7  https://github.com/owncloud/ocis/issues/9927