mirror of
https://github.com/bitwarden/server.git
synced 2024-11-21 12:05:42 +01:00
Set UseScim flag for new organizations (#2134)
This commit is contained in:
parent
8885b30500
commit
ac183363bd
@ -621,6 +621,7 @@ namespace Bit.Core.Services
|
||||
UseResetPassword = plan.HasResetPassword,
|
||||
SelfHost = plan.HasSelfHost,
|
||||
UsersGetPremium = plan.UsersGetPremium || signup.PremiumAccessAddon,
|
||||
UseScim = plan.HasScim,
|
||||
Plan = plan.Name,
|
||||
Gateway = null,
|
||||
ReferenceData = signup.Owner.ReferenceData,
|
||||
|
Loading…
Reference in New Issue
Block a user