-
Notifications
You must be signed in to change notification settings - Fork 1
Description
problem
When user revokes consent, objects, restricts or when a retention policy comes to due date, the Eligible Privacy Scope changes.
The client system might be anaware of it, and continue perfoming unauthorised data processing (keeping data whose retention policy expired, or e-mailing the user who revoked consent).
solution
When there is a change in eligible privacy scope of a particular user, generate an event with the delta/change. The client systems can then listen to those events and implement procedures to react to them, depending on what part of privacy scope has been lost.
alternative (maybe consider implementing as well)
Let the client systems query the PCE to check if a particular privacy scope is eleigble for a particular user. This has the downside that the system would have to do it whenever they process data (and in the other solution they only react when there is a change in the eleigible privacy scope)
Metadata
Metadata
Assignees
Labels
Type
Projects
Status