From ac183363bd351c806ef4a52f1cea60b71cd3a6d4 Mon Sep 17 00:00:00 2001 From: Thomas Rittson <31796059+eliykat@users.noreply.github.com> Date: Thu, 21 Jul 2022 22:26:51 +1000 Subject: [PATCH] Set UseScim flag for new organizations (#2134) --- src/Core/Services/Implementations/OrganizationService.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Core/Services/Implementations/OrganizationService.cs b/src/Core/Services/Implementations/OrganizationService.cs index fcbab6d831..6326d27138 100644 --- a/src/Core/Services/Implementations/OrganizationService.cs +++ b/src/Core/Services/Implementations/OrganizationService.cs @@ -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,