-
Notifications
You must be signed in to change notification settings - Fork 119
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
LG-15337: Socure Try again
page for hybrid mobile flow
#11734
base: main
Are you sure you want to change the base?
Conversation
If the system times out waiting for the data from Socure, show the try again page with, if available, an option to switch to in person proofing. changelog: Upcoming Features, Identity Verification, Socure timeout provides hybrid users with options. This first commit sets up the page. Try again works. IPP does not work yet.
Co-authored-by: John Maxwell <[email protected]>
Co-authored-by: Gina Yamada <[email protected]>
def extra_view_variables | ||
{ | ||
flow_path: 'hybrid', | ||
mock_client: doc_auth_vendor == 'mock', | ||
document_capture_session_uuid: document_capture_session_uuid, | ||
failure_to_proof_url: return_to_sp_failure_to_proof_url(step: 'document_capture'), | ||
doc_auth_selfie_capture: resolved_authn_context_result.facial_match?, | ||
skip_doc_auth_from_socure_hybrid: @skip_doc_auth_from_socure_hybrid, |
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.
skip_doc_auth_from_socure_hybrid: @skip_doc_auth_from_socure_hybrid, | |
skip_doc_auth_from_socure: @skip_doc_auth_from_socure, |
this is great! can we add this same attribute when opting into IPP from Socure standard flow which currently misrepesents the source of opting into IPP as hybrid handoff.
@@ -31,6 +32,9 @@ function InPersonPrepareStep({ toPreviousStep }) { | |||
forceRedirect(previousStepURL); | |||
} else if (skipDocAuthFromHowToVerify && howToVerifyURL) { | |||
forceRedirect(howToVerifyURL); | |||
} else if (skipDocAuthFromSocureHybrid) { | |||
// directly from Socure Hybrid page | |||
forceRedirect('https://google.com'); |
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.
left over form testing? 😅
🎫 Ticket
LG-15337
🛠 Summary of changes
Socure
Try again
page for hybrid mobile flowIf the system times out waiting for the data from Socure, show the try again page with, if available, an option to switch to in person proofing.
Try again
takes the user back to the Socure document capture page.Try in person
takes the user to the beginning of the IPP flow, part of the hybrid_mobile document capture React app.📜 Testing Plan
Setup:
timnit
orsolipet
)solipet
env:Standard flow:
/verify
to start the IdV flowTry in person
- confirm you are on the beginning of the IPP flowTry again
- confirm you are on the Socure document capture pageHybrid flow:
/verify
to start the IdV flowTry in person
- confirm you are on the beginning of the IPP flow in the hybrid_mobile document_capture controllerTry again
- confirm you are on the Socure document capture page