Update PII validation documentation#202
Merged
mitchellhenke merged 3 commits intomainfrom Nov 8, 2021
Merged
Conversation
6d95dc3 to
32d3656
Compare
_pages/testing.md
Outdated
| Login.gov collects and verifies personal information during the IAL2 proofing process. It is configured to consider almost all personal information valid in the sandbox. There is one social security number that can be entered to simulate a failure to validate personal information: “666-66-6666”. | ||
| Login.gov collects and verifies personal information during the IAL2 proofing process. Login.gov only accepts social security numbers starting with “900” as being valid in the sandbox environment to prevent users from accidentally entering real personal information. This prefixed is used because it is not valid according to the [Social Security Administration](https://secure.ssa.gov/poms.nsf/lnx/0110201035). | ||
|
|
||
| To simulate a failure, enter a social security number that does not start with “900”, such as “123-45-6789”. |
There was a problem hiding this comment.
This is what I was getting at with the question about 6666 - this makes a lot of sense! Can simulate both success and failure 👍🏻
5ec7eca to
7c432b6
Compare
Co-authored-by: Andrew Duthie <andrew.duthie@gsa.gov>
7c432b6 to
d3849c6
Compare
Author
|
Will be splitting this PR up to accommodate a deprecation notice. This PR has been changed to include the original language and added a warning that the change will go into effect on 11/22. I will create a follow-up PR to be merged after we deploy the change in sandbox IDP validation. |
orenyk
approved these changes
Nov 8, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documentation update from the changes in 18F/identity-idp#5576