Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Latest commit

 

History

History
12 lines (11 loc) · 519 Bytes

security.md

File metadata and controls

12 lines (11 loc) · 519 Bytes

Security

  • Authentication must happen in keycloak
    • Decides who is member (only then you can create/edit any map)
    • Also used for discovering users
  • Security of data must happen in the backend or in Nextcloud (for files)
  • Any modifications of elements or maps must be marked by:
    • creation time (granularity in seconds)
    • creation id (person who created)
    • modification time (granularity in seconds)
    • modification id (person who modified)
  • Only owners or collaborators are allowed to manipulate maps