mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 16:42:50 -05:00
Revert "Added fido2 registration to other services"
This reverts part of commit 8f64f4a99f
.
This commit is contained in:
@ -43,15 +43,6 @@ namespace Bit.Sso
|
||||
// Context
|
||||
services.AddScoped<ICurrentContext, CurrentContext>();
|
||||
|
||||
// Fido2
|
||||
services.AddFido2(options =>
|
||||
{
|
||||
options.ServerDomain = new Uri(globalSettings.BaseServiceUri.Vault).Host;
|
||||
options.ServerName = "Bitwarden";
|
||||
options.Origin = globalSettings.BaseServiceUri.Vault;
|
||||
options.TimestampDriftTolerance = 300000;
|
||||
});
|
||||
|
||||
// Mvc
|
||||
services.AddControllersWithViews();
|
||||
|
||||
|
Reference in New Issue
Block a user