mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 15:42:48 -05:00
Key Connector feature toggle (#1716)
This commit is contained in:
@ -144,7 +144,7 @@ namespace Bit.Core.Test.Services
|
||||
});
|
||||
|
||||
var ssoConfig = new SsoConfig { Enabled = true };
|
||||
var data = new SsoConfigurationData { UseKeyConnector = true };
|
||||
var data = new SsoConfigurationData { KeyConnectorEnabled = true };
|
||||
ssoConfig.SetData(data);
|
||||
|
||||
sutProvider.GetDependency<ISsoConfigRepository>()
|
||||
|
Reference in New Issue
Block a user