1
0
mirror of https://github.com/bitwarden/server synced 2026-02-20 19:33:32 +00:00
Commit Graph

4 Commits

Author SHA1 Message Date
Patrick Pimentel
bd36e9ca40 fix(redirect): [PM-30810] Https Redirection for Cloud Users - Looking at payload body and removed header override solution. 2026-02-06 10:53:52 -05:00
Patrick Pimentel
26fcfef235 fix(redirect): [PM-30810] Https Redirection for Cloud Users - Used reflection instead of change the interface. 2026-01-23 18:04:26 -05:00
Patrick Pimentel
094754b58f fix(redirect): [PM-30810] Https Redirection for Cloud Users - Clarified messaging around how specific clients will build the response as well as added tests. 2026-01-23 17:57:39 -05: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