Merged
Conversation
[skip changelog]
mitchellhenke
approved these changes
Sep 10, 2025
mdiarra3
added a commit
that referenced
this pull request
Sep 11, 2025
* Update "Get Help" link to be more specific (#12485) Fixes https://cm-jira.usa.gov/browse/LG-16738 changelog: Bug Fixes, One Account, Update "Get Help" link to be more specific * LG-16647: remove zipcode extension if invalid (#12484) * truncate trueid zipcode if chars missing changelog: Internal, Document Authentication, Parse 5 digits of zipcode if unexpected format received * ensure is a string and fix typo * add spec to show shortening of zip with invalid extension * rename context for specs * LG-16722: remove passport A/B and allowed (#12483) * remove passport A/B and allowed * fix specs * fix specs * fix specs * fix specs * update ipp passports on ff and default passports to true * fix specs * fix specs * include passports enabled in ipp passports enabled * add choose Id type to complete steps before doc cap * fix specs * fix specs * fix specs * fix specs * disable ipp passports now that passports are enabled by default * fix specs * fix specs * fix specs * comment Todo preconditions for choose id type standard * fix specs * fix specs * remove byebug * fix specs * fix specs * rename doc_auth.instructions.bullet1b to doc_auth.instructions.bullet1' * fix specs * undo this change * fix specs * fix specs * fix specs * fix specs * fix specs * fix specs * fix specs * fix specs * fix specs * fix specs * fix specs * add choose id type to analytics specs * fix specs * remove comments * happy linting * changelog: Internal, Document Authentication, Remove A/B test for permits and permits_allowed from IdVSession * add local attrs test if passport disabled * Modularize Attempts API Tracker - FCMS Prework (#12472) * changelog: Internal, Attempts-API, Modularize attempts API tracker methods to allow class inheritance and modification In tracker, defined the following new methods - jwe - extra_attributes - event_metadata - extra_metadata - failure_metadata In redis_client, defined the following: - initialize - sets a new @redis_pool variable to wrap REDIS_ATTEMPTS_API_POOL event_ttl_seconds - wraps IdentityConfig.store.attempts_api_event_ttl_seconds --------- Co-authored-by: Davi <davida.marion@gsa.gov> * LG-16672 Fix rate limit in hybrid flow (#12449) When the user would submit successfully on the last attempt of doc auth the application would rate limit the user. This was due to a race condition between the javascript poller on the link sent page, and the doc auth rate limit incrementing and processing time of the images. If the image processing took longer than the polling time. The user would be rate limited because the rate limit value was already incremented when the value was polled. changelog: Bug Fixes, Hybrid Doc Auth, Fix rate limiting bug for a successful last submission in IdV hybrid flow during doc auth. * LG-16559 fetch new docv session if user changes document type (#12458) * add method choose_document_type_changed? to see if doc type was changed * skip exsisting docv capture if user has changed doc type * add changelog changelog: Bug Fixes, Doc Auth, fetch new docv session if user changes document type * set socure docv attributes to nil in choose_id_type_concern * remove choose_document_type_changed? from socure document capture controllers * remove DocumentCaptureSession#choose_document_type_changed? this is no longer needed as we set the variables to nil in the choose_id_type_concern * clean up socure document capture controller specs * go back to old return if socure_capture_url is present * move set_passport_requested methods into DocumentCaptureSession * lint * simplify @url instance variable * move document_capture_session methods up to reduce repeating * rename dcs functions to request_passport! and request_state_id! * config update (#12488) [skip changelog] --------- Co-authored-by: Vraj Mohan <vraj.mohan@gsa.gov> Co-authored-by: Amir Reavis-Bey <amir.reavis-bey@gsa.gov> Co-authored-by: Gerardo E. Cruz-Ortiz <59618057+astrogeco@users.noreply.github.com> Co-authored-by: Davi <davida.marion@gsa.gov> Co-authored-by: Shane Chesnutt <shane.chesnutt@gsa.gov> Co-authored-by: Alex Bradley <alexander.bradley@gsa.gov>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🎫 Ticket
LG-16765