1
0
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:
Thomas Rittson 2022-07-21 22:26:51 +10:00 committed by GitHub
parent 8885b30500
commit ac183363bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -621,6 +621,7 @@ namespace Bit.Core.Services
UseResetPassword = plan.HasResetPassword, UseResetPassword = plan.HasResetPassword,
SelfHost = plan.HasSelfHost, SelfHost = plan.HasSelfHost,
UsersGetPremium = plan.UsersGetPremium || signup.PremiumAccessAddon, UsersGetPremium = plan.UsersGetPremium || signup.PremiumAccessAddon,
UseScim = plan.HasScim,
Plan = plan.Name, Plan = plan.Name,
Gateway = null, Gateway = null,
ReferenceData = signup.Owner.ReferenceData, ReferenceData = signup.Owner.ReferenceData,