1
0
mirror of https://github.com/bitwarden/server synced 2026-02-14 07:23:26 +00:00
Commit Graph

4 Commits

Author SHA1 Message Date
Patrick Pimentel
762d1a7d2f fix(redirect): [PM-26578] Https Redirection for Cloud Users - Added changes to be able to test locally. 2026-01-09 15:23:07 -05:00
Patrick Pimentel
1fec4cb280 fix(redirect): [PM-26578] Https Redirection for Cloud Users - Added deeplink scheme to duo redirect uri. 2026-01-09 15:14:21 -05:00
Justin Baur
7fb7d6fa56 Add #nullable disable to auth code (#6055) 2025-07-08 10:25:41 -04:00
Ike
ab5d4738d6 [PM-8107] Remove Duo v2 from server (#4934)
refactor(TwoFactorAuthentication): Remove references to old Duo SDK version 2 code and replace them with the Duo SDK version 4 supported library DuoUniversal code.

Increased unit test coverage in the Two Factor Authentication code space. We opted to use DI instead of Inheritance for the Duo and OrganizaitonDuo two factor tokens to increase testability, since creating a testing mock of the Duo.Client was non-trivial.

Reviewed-by: @JaredSnider-Bitwarden
2024-11-18 15:58:05 -08:00