Skip to content

User should only complete the "consent form" ONCE #22

@reginafcompton

Description

@reginafcompton

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

  1. Add a field in the user model, e.g., consent_form_completed. The new field could either be a boolean field, or it could be the name of the public client (e.g., Facet).
  2. The login route will check the value of this field. If the user has already given consent, then Authserver should go directly to the web application (e.g., Facet).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions