Merged
Conversation
changelog: Upcoming Features, Face or Touch Unlock, Enable authentication method in local development
* add transaction to activate after fraud * added transactions around all our profile activate methods * add changelog changelog: Internal, IdV Profile States, Add transactions around all out activate profile methods * added tests to test transaction errors
…sk (#8618) * LG-9799: Update action-account script to add Account Suspension subtask [skip changelog] * updates
…y prompting for password first (#8622) * add failing spec * Fix bug with verifying address by mail when logging in with PIV/CAC by prompting for password first changelog: Bug Fixes, Identity Verification, Fix bug with verifying address by mail when logging in with PIV/CAC by prompting for password first * fix spec
changelog: Internal, Containerization, Add production container build Co-authored-by: Mitchell Henke <mitchell.henke@gsa.gov>
A call to AAMVA is billable unless an exception is returned. changelog: Internal, AAMVA Billing, Change billing logic
* Remove doc_auth_agreement_controller_enabled flag changelog: Internal, FSM Removal, Removing Agreements step * Remove AgreementStep and spec * Update final_url to be idv_agreement_url * Remove feature flag from hybrid_handoff * Remove feature flag from agreement specs * Remove old agreement view * Change idv_doc_auth_agreement_step to idv_agreement_path in specs * Update analytics spec * Update agreement show view spec * Redirect from hybrid_handoff to document_capture if :skip_upload_step is set This is needed for outage specs which use :skip_upload_step to indicate that hybrid flow is turned off We may want to consider checking the FeatureManagement flag directly * Remove leftover code from doc_auth_controller override_csp_for_threat_metrix was used by the SSN step. The method is still used by in_person_controller. do_meta_refresh was used by a before_action that was moved to LinkSentController.
* Add doc_auth_welcome_controller_enabled feature flag * Initial Welcome controller, spec, view, routes changelog: Internal, Identity Verification refactor, new Welcome Controller (behind feature flag) * Initial feature spec, go to idv_welcome_url from idv_controller * Update return to sp failure to proof url in welcome view * View spec * Add spec from services welcome_step_spec * add creating document capture session
changelog: Internal, Logging, Add configuration for including git SHA in response headers
changelog: Internal, Logging, Log final_auth_request attribute for SAML Auth Request events
We have uncovered a number of bugs that occur when a user with a pending profile resets their password. This commit adds tests to cover this behavior and make sure everything works as expected. Currently if a user with a pending profile resets their profile we deactivate their profile and it is unrecoverable. These tests may need to change if we give users the option to recover these profiles.
changelog: Internal, Logging, Log prompt parameters for OpenID Connect Authorization requests
* Upgrade jsbundling-rails to latest * Skip unnecessary install in CI * Skip unnecessary install in deploy build * Update .gitlab-ci.yml * Pass env as string * changelog: Internal, Automated Testing, Reduce startup time for continuous integration builds
* LG-9929 Log suspended user out of active sessions [skip changelog]
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.
Bug Fixes
Internal
Upcoming Features