Confirm ID/ID Verification
Connection Params [ENV: Test]
# -----------------------------
# CONFIRM ID / ID Verification Endpoint
# -----------------------------
ID_VERIFICATION_HTTP_METHOD=GET
ID_VERIFICATION_PROTOCOL=http://
ID_VERIFICATION_BASEURL=[see .env on S3]
ID_VERIFICATION_PORT=8086
ID_VERIFICATION_PATH=[see .env on S3 Bucket]
ID_VERIFICATION_FILTER=[see .env on S3 Bucket]
ID_VERIFICATION_USERNAME=[Username]
ID_VERIFICATION_PWD=[Password]
ID_VERIFICATION_AUTH=[Basic Auth String]
Description
Verify a User's Identity (by Help Desk
) by comparing a user's data from an endpoint to user-provided information, AKA asking the requester questions
App Flow
Enter User ID
Screen displays information user to be verified by the requester!
Requester provides the Last 4 SSN # to be entered by the user, if the value matches what is returned from the endpoint, the screen redirects to the
success
view; otherwiseerror
view.
App Architecture
(Node) Server
(Next JS) React View
Last updated
Was this helpful?