Skip to content

Commit

Permalink
Copied content from document into privacy-data-protection.md
Browse files Browse the repository at this point in the history
  • Loading branch information
twagoo committed Nov 18, 2024
1 parent 211cef5 commit 2e2ccf4
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions docs/general-guidelines/privacy-data-protection.md
Original file line number Diff line number Diff line change
@@ -1 +1,32 @@
# Privacy and data protection

Include (reference to) terms and conditions in each user facing application: [https://www.clarin.eu/content/terms-use-and-disclaimer](https://www.clarin.eu/content/terms-use-and-disclaimer)

Recommendations on what kind of user information applications should collect
SERVER SIDE:

In general store as little as possible.

- Username
- IFF user needs to be identified uniquely; there is some kind of persistent
user specific state/profile
- Password / token
- IFF AAI solution is not available/applicable
- Names
- IFF prompted (user has full control)
- Should not be adopted from the IdP
- email address
- IFF requirements include communicating to the user via e-mail
- Note: if username is e-mail address it can be stored as such, but therefore
not recommended
- Note: EPPN cannot be assumed to be a (working) e-mail address
- IP address
- IFF required for white/black listing
- If possible, securely hashed
- If possible, anonymized
- behavioural data (stats)
- Should be anonymized; use Matomo
- Trace of actions (e.g. last login or full audit log)
- IFF functionality depends on it, and user is informed and/or on opt-in basis

It must be possible to delete personal data if requested.

0 comments on commit 2e2ccf4

Please sign in to comment.