mirror of
https://github.com/bitwarden/server.git
synced 2026-02-09 10:23:10 +08:00
Key Connector feature toggle (#1716)
This commit is contained in:
@@ -27,7 +27,7 @@ namespace Bit.Core.Models.Data
|
||||
|
||||
public SsoType ConfigType { get; set; }
|
||||
|
||||
public bool UseKeyConnector { get; set; }
|
||||
public bool KeyConnectorEnabled { get; set; }
|
||||
public string KeyConnectorUrl { get; set; }
|
||||
|
||||
// OIDC
|
||||
|
||||
Reference in New Issue
Block a user