1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-05 13:08:17 -05:00

[PM-5947] Add self-hosted override to allow Duo redirect flow (#3818)

This commit is contained in:
Todd Martin 2024-02-21 14:17:40 -05:00 committed by GitHub
parent 70fac808b0
commit 374b59bcfb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -147,7 +147,8 @@ public static class FeatureFlagKeys
return new Dictionary<string, string>()
{
{ TrustedDeviceEncryption, "true" },
{ Fido2VaultCredentials, "true" }
{ Fido2VaultCredentials, "true" },
{ DuoRedirect, "true" }
};
}
}