mirror of
https://github.com/bitwarden/server
synced 2025-12-26 13:13:24 +00:00
Add support for crypto agent (#1623)
This commit is contained in:
@@ -15,6 +15,10 @@ namespace Bit.Core.Models.Data
|
||||
|
||||
public SsoType ConfigType { get; set; }
|
||||
|
||||
// Crypto Agent
|
||||
public bool UseCryptoAgent { get; set; }
|
||||
public string CryptoAgentUrl { get; set; }
|
||||
|
||||
// OIDC
|
||||
public string Authority { get; set; }
|
||||
public string ClientId { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user