Skip to content

Commit 8f3469c

Browse files
Remove my notes
1 parent 03f9e2f commit 8f3469c

1 file changed

Lines changed: 1 addition & 37 deletions

File tree

idv_testing.html

Lines changed: 1 addition & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<html>
1+
<html lang="en">
22
<body>
33
<h1>Links for IDV testing</h1>
44
<p><a href="index.html">Up</a></p>
@@ -34,41 +34,5 @@ <h5>Acceptable Names</h5>
3434

3535
<input type="submit" value="Submit">
3636
</form>
37-
<pre>
38-
set the change status result: success, name update required, failed
39-
set the user verification state: verified, name mismatch, not attempted, failed, reset required
40-
set acceptableNames
41-
set attemptsRemaining
42-
set canAttemptVerificationAgain
43-
44-
how?
45-
- this web page allows user to control what is returned from people api.
46-
- if a debug setting is enabled then the people api goes to the fake backend for the
47-
response to the change idv status and user verification json blobs. The IDV url is also
48-
changed to go to this site
49-
-
50-
51-
Process IDV Change Status result
52-
status {
53-
Success
54-
NameUpdateRequired
55-
Failed
56-
}
57-
acceptableNames
58-
attemptsRemaining
59-
canAttemptVerificationAgain
60-
61-
User Verification response from PeopleApi
62-
status {
63-
VERIFIED,
64-
NAME_MISMATCH,
65-
NOT_ATTEMPTED,
66-
IDV_FAILED,
67-
RESET,
68-
RESET_REQUIRED
69-
}
70-
attemptsRemaining
71-
canAttemptAgain
72-
</pre>
7337
</body>
7438
</html>

0 commit comments

Comments
 (0)