-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consent Privacy Request Status when Identity Verification Required #2736
Consent Privacy Request Status when Identity Verification Required #2736
Conversation
…required is True, Privacy Request should be put in a status of "pending" not "identity_unverified" as identity was verified before the consent preferences were saved.
Passing run #575 ↗︎
Details:
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. |
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #2736 +/- ##
=======================================
Coverage 86.58% 86.58%
=======================================
Files 290 290
Lines 16210 16210
Branches 2059 2059
=======================================
Hits 14035 14035
Misses 1792 1792
Partials 383 383
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thankyou @pattisdr
Closes #2735
Code Changes
PENDING
request, not "identity unverified". This was putting the consent request in a non-executable state. It's identity was already verified, but the privacy request is sitting there in the wrong state and can't be manually approved.Steps to Confirm
src/fides/data/test_env/fides.test_env.toml
file to havesubject_identity_verification_required = true
nox -s fides_env(dev)
Enter verification code
modal and click submitPre-Merge Checklist
CHANGELOG.md
Description Of Changes
When updating consent preferences, and subject_identity_verification_required is True, Privacy Request should be put in a status of "pending" not "identity_unverified" as identity was verified before the consent preferences were saved.