Access Control

  • In this HowTo, we take a closer look at the visibility parameters of the shared resources:

    What they are, How to enable them, A few use cases. Cells ownership

    [:image-popup:miscellaneous/visibility/visibility_cells.png]

    With...

  • When deploying Cells and building your DataSources and Workspaces, you have to pick the right layout both in terms of data security and system scalability. This article gives a couple of recommendation for having a correct balance.

    ...
  • This chapter presents some real-life use cases of the ACL feature. At the bottom of the page, you can find a more complete glossary.

    For a deeper understanding on how Security Policy work you might also refer to the corresponding section...

  • Although counter-intuitive, as user-managed collaboration spaces provided by Cells and are at the core of the product, it may be sometime desireable to strictly restrict access to a "read-only" or "upload-only" interface for users. Find out how...

  • Token lifespan (typically the JWT token) can be configured in the main pydio.json

    { "services": { ... "pydio.web.oauth": { ... "accessTokenLifespan": "10m", "refreshTokenLifespan": "60d...