1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-01 08:02:49 -05:00

Change UserVerificationRequirement to Discouraged (#1250)

This commit is contained in:
Oscar Hinton
2021-03-31 16:20:15 +02:00
committed by GitHub
parent 022e404cc5
commit 10d9e6c687

View File

@ -70,7 +70,7 @@ namespace Bit.Core.Identity
AppID = CoreHelpers.U2fAppIdUrl(_globalSettings),
};
var options = _fido2.GetAssertionOptions(existingCredentials, UserVerificationRequirement.Preferred, exts);
var options = _fido2.GetAssertionOptions(existingCredentials, UserVerificationRequirement.Discouraged, exts);
provider.MetaData["login"] = options;