-
Notifications
You must be signed in to change notification settings - Fork 115
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
Jmax/lg 14008 handle redirect from socure in hybrid handoff #11473
Jmax/lg 14008 handle redirect from socure in hybrid handoff #11473
Conversation
180eb6e
to
633c4b4
Compare
if result.success? | ||
redirect_to idv_ssn_url | ||
else | ||
redirect_to idv_socure_document_capture_url | ||
end |
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.
if result.success? | |
redirect_to idv_ssn_url | |
else | |
redirect_to idv_socure_document_capture_url | |
end | |
redirect_to idv_hybrid_mobile_socure_document_capture_url |
should we instead be redirecting to the hybrid mobile url here? ...
should be using this confirm_document_capture_needed filter? 🤔 ...
if so, can we move this filter in to a concern for use in both hybrid mobile document capture controllers?
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.
We do want to redirect to SSN on success, but you're right that we want to go back to hybrid mobile on failure. Changed.
41d9d23
to
ae5a3fe
Compare
When the user successfully verifies their identity using Socure in the hybrid flow, we redirect their computer session to the SSN entry step. changelog: Upcoming Features, Identity Verification, Handle Socure handoff. Co-authored-by: Douglas Price <[email protected]>
ae5a3fe
to
3a83287
Compare
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.
LGTM 👍🏿
🎫 Ticket
LG-14008
After successful doc auth using Socure in the hybrid flow, the user continues to the 'Enter SSN' step.
🛠 Summary of changes
📜 Testing Plan
Requires a sandbox or other externally visible environment. Also requires the Socure webhook to be pointed at the testing environment. Currently deployed to jmax's sandbox. See jmax or Doug for help with this if needed.
/verify