LG-11110: Allow user to reauthenticate with any MFA method in strict AAL2 setup#9304
Merged
LG-11110: Allow user to reauthenticate with any MFA method in strict AAL2 setup#9304
Conversation
changelog: Bug Fixes, MFA Setup, Fix issue preventing user from reauthenticating with an existing MFA method when adding a new method for strict AAL2 request
aduth
commented
Oct 3, 2023
mitchellhenke
approved these changes
Oct 3, 2023
kevinsmaster5
approved these changes
Oct 3, 2023
Contributor
kevinsmaster5
left a comment
There was a problem hiding this comment.
It looks good and testing proved the change works.
aduth
commented
Oct 4, 2023
mdiarra3
approved these changes
Oct 4, 2023
Merged
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-11110
🛠 Summary of changes
Fixes an issue where a user's MFA methods are filtered to PIV or phishing-resistant methods when prompted to reauthenticate after making a selection to set up a new, eligible strict AAL2 method, thereby preventing them from continuing if they don't already have one of these methods.
📜 Testing Plan
It can help to set
reauthn_windowto a low value in local development to force frequent reauthentication, e.g. 20 seconds inconfig/application.yml:Before: You would not have been successful, since you'd be prompted to reauthenticate, but you would see no options to use to reauthenticate.
After: You'll eventually be successful after reauthenticating with one of your existing methods.
👀 Screenshots