fix: do not prefer MFA at upstream when not preferred at SP
Compare changes
+ 22
− 3
@@ -46,13 +46,24 @@ class DiscoUtils
@@ -67,4 +78,12 @@ class DiscoUtils
Created by: melanger
Previously, when SP sent SFA,MFA
, authswitcher would send MFA,SFA
to upstream.
With this fix, it sends SFA,MFA
as expected.