This repository has been archived by the owner on Nov 30, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
Backend - generate ID verification code #1010
Comments
adriaaaa
changed the title
Backend - validate MFA code to verify identity
Backend - validate ID verification code
Aug 10, 2022
adriaaaa
changed the title
Backend - validate ID verification code
Backend - generate & validate ID verification code
Aug 16, 2022
10 tasks
pattisdr
changed the title
Backend - generate & validate ID verification code
Backend - generate ID verification code
Aug 18, 2022
Note to self: Add documentation as part of this work |
Flow:
|
10 tasks
seanpreston
pushed a commit
that referenced
this issue
Aug 23, 2022
* If identity verification required, send email to the user with the verification code. * Adjust the identity_verification_required autouse fixture, and add an autouse override for just the tests where we want to turn on identity verification. * Add starting docs and updating the changelog. Start with identity_verification_required set to False for now until all the related pieces are in. * Update some of the docstrings. * Add unverified status color in the FE. * Add new privacy request status to types and constants. * Restore trailing comma. * Update identity_verification_required to subject_identity_verification_required for clarity. * Adjust email_body_params to accommodate new template. Co-authored-by: Sean Preston <sean@ethyca.com>
sanders41
pushed a commit
that referenced
this issue
Sep 22, 2022
* If identity verification required, send email to the user with the verification code. * Adjust the identity_verification_required autouse fixture, and add an autouse override for just the tests where we want to turn on identity verification. * Add starting docs and updating the changelog. Start with identity_verification_required set to False for now until all the related pieces are in. * Update some of the docstrings. * Add unverified status color in the FE. * Add new privacy request status to types and constants. * Restore trailing comma. * Update identity_verification_required to subject_identity_verification_required for clarity. * Adjust email_body_params to accommodate new template. Co-authored-by: Sean Preston <sean@ethyca.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
When Fides admins are using our ID verification solution, Fides will need logic to validate that a submitted verification code matches (or doesn't match) what it is expecting to receive. Fides should create a privacy request if the codes match. Fides should not create a privacy request if the codes do not match.
Assumptions
Acceptance Criteria
The text was updated successfully, but these errors were encountered: