-
-
Notifications
You must be signed in to change notification settings - Fork 964
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: settings should persist
return_to
after required mfa login flow (
#3263) * fix: get settings should persist `return_to` when redirecting to aal2 * feat(e2e): verify `return_to` persists in recovery flows * test: recovery strategy with mfa account * test: code recovery return to persists to settings with aal2 * u * fix: return to settings flow after mfa login * fix(test): login handler * fix: flow between settings and mfa * fix: get settings endpoint should redirect to settings ui instead of to itself * feat(test): preserve URL from various settings flows through login mfa flow * chore: cleanup * fix(e2e): recovery return to spa tests * fix: e2e proxy * fix: do not always redirect back to settings on mfa * fix: new settings flow with required mfa shouldn't be added to login flow return_to unless it contains a return_to parameter * fix(e2e): let test dynamically handle required_aal * chore: cleanup unused code * test: `DoesSessionSatisfy` with method options * test: recovery strategy with aal2
- Loading branch information
Showing
21 changed files
with
1,274 additions
and
1,895 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.