Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

External user support to collaborate on shared areas #4707

Open
labkode opened this issue Feb 4, 2021 · 3 comments
Open

External user support to collaborate on shared areas #4707

labkode opened this issue Feb 4, 2021 · 3 comments

Comments

@labkode
Copy link

labkode commented Feb 4, 2021

As a manager of my site I want users to collaborate together independently of their affiliation.

Scenario:

Our IdP can federate accounts from different management systems (LDAP for internal CERN accounts), Social logins (FB, Google, ...) and federated auth (EduGain).

Currently we only allow CERNBox users to share with other CERNBox users using the normal sharing. Users are left with public links to share with external users. However, this is not practical when collaboration spans among many users.

We need that users can login with lightweight accounts (social login, edugain) to OCIS BUT they are not granted a personal home space and storage quota.
The only way for these users to modify data is through the "Shared with me" and project spaces (that belong to another user and account for the quota of the owner).

This feature requires work in areas than are beyond OCIS web:

  • Extend CS3APIs to differentiate the type of account
  • Adapt OCIS Web to disable "Your files" area and only show shared and project spaces.
@labkode labkode changed the title External user support External user support to collaborate on shared areas Feb 4, 2021
@butonic
Copy link
Member

butonic commented Feb 4, 2021

Hm, they would be granted access to the storage spaces that were shared with them ... Something related to a more dynamic storage registry that is able to answer the question "What storage spaces does userx have access to". With cs3org/cs3apis#95 we could create a storage space with quota 0 ... and type guest. When executing GetHome we can then omit the storage space ...

To identify guests, the login page (or the desktop /mobile app) would take the email only. A discovery can locate the responsible IdP and ocis instance using a ./well-known mechanism. if no idp is known the ocis instance can serve as a fallback to tell the client which idp to use, eg the local one because guests need to be identified by an idp as well. ocis provides glauth to make guests accounts available via LDAP.

Hm I need to think on this to clarify ... sorry

@pascalwengerter
Copy link
Contributor

@labkode @butonic could you update this ticket according to how things have evolved around the Spaces concepting in Reva (which I think is what originally would make this possible)?

@settings settings bot removed the p3-medium label Apr 6, 2022
@tbsbdr
Copy link
Contributor

tbsbdr commented Jun 12, 2023

relates to 9c37d8c and #4707

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants