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

  1. Enter User ID

  2. Screen displays information user to be verified by the requester!

  3. 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; otherwise error view.

App Architecture

Last updated

Was this helpful?