Open reginafcompton opened 4 years ago
The solution is a bit more complicated than what you are suggesting @reginafcompton. Ideally, there will need to be a model that tracks a user's consent to each application. Also, an API endpoint needs to be exposed that at some point in the future
will be used to show a user all clients that they have consented to and (thus be able to revoke consent).
Ah, this: tracks a user's consent to each application
I seem to forget that clients (other than Facet) will interact with the AuthServer. Good catch @gregmundy.
Currently, the authserver does not track if a user completed the "consent form".
Thus, a user must complete the form every-single-time-she-logs-in.
Solution