mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 16:42:50 -05:00
Key Connector feature toggle (#1716)
This commit is contained in:
@ -5,6 +5,6 @@ namespace Bit.Core.Services
|
||||
{
|
||||
public interface ISsoConfigService
|
||||
{
|
||||
Task SaveAsync(SsoConfig config);
|
||||
Task SaveAsync(SsoConfig config, Organization organization);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user