-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
flesh out why/what, link back from spec to repo
- Loading branch information
Showing
2 changed files
with
22 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ | |
Thoughts: | ||
- The App Frontend should be separated from the App Backend | ||
- It should be clearly labelled that the clear names don't pass through the | ||
app. | ||
app backend. | ||
--> | ||
|
||
|
@@ -74,12 +74,29 @@ students without putting their data at risk. | |
|
||
[GDPR]: https://eur-lex.europa.eu/eli/reg/2016/679/oj | ||
|
||
#### _Draft 3_ | ||
|
||
As app creators we have a special duty to protect the personal data of | ||
children. The simplest way to do that is to not receive it. | ||
|
||
We want to have a simple and common way for teachers to recognise their | ||
students without putting their data at risk. | ||
|
||
### What | ||
|
||
This is a specification and implementation guide for interoperability of | ||
educational apps and user identity systems such that apps can show user | ||
names without revealing those names to the creator of the app. | ||
|
||
We name it client-side depseudonymisation or simply d16n. | ||
|
||
D16N refers to the Depseudonymisation process used in integrations, where | ||
pseudonyms (abstract IDs) are exchanged instead of clear user names. This | ||
functionality allows a user's browser to communicate directly with IDP | ||
servers to resolve these IDs into identifiable names. D16N enhances privacy by | ||
ensuring that user identities remain protected during data exchanges, | ||
particularly in educational contexts where sensitive information is involved. | ||
|
||
### For Whom | ||
|
||
- You are an Identity Provider who works in the education system. | ||
|
@@ -111,14 +128,14 @@ already. | |
|
||
### Identity Providers | ||
|
||
Project Name | Maintainers | Point of Contact | Project URL | ||
Product Name | Maintainers | Point of Contact | URL | ||
------------------- | ----------------- | --------------------- | ----------- | ||
|
||
|
||
### Applications | ||
|
||
Project Name | Maintainers | Point of Contact | Project URL | ||
--------------- | ---------------- | -------------------------- | ---------------------------- | ||
Product Name | Maintainers | Point of Contact | URL | ||
--------------- | ---------------- | -------------------------- | -------------------------- | ||
bettermarks | bettermarks GmbH | [email protected] | https://bettermarks.com/ | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters