Make Sso available in org license

Add `UseSso` var and enable
This commit is contained in:
captainhook 2020-09-10 18:37:36 +00:00 committed by GitHub
parent b23b9a92fa
commit 0d1f84a9e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -359,6 +359,7 @@ namespace bitwardenSelfLicensor
set("Seats", (short)32767);
set("MaxCollections", short.MaxValue);
set("UsePolicies", true);
set("UseSso", true);
set("UseGroups", true);
set("UseEvents", true);
set("UseDirectory", true);
@ -367,7 +368,7 @@ namespace bitwardenSelfLicensor
set("MaxStorageGb", short.MaxValue);
set("SelfHost", true);
set("UsersGetPremium", true);
set("Version", 5);
set("Version", 6);
set("Issued", DateTime.UtcNow);
set("Refresh", DateTime.UtcNow.AddYears(100).AddMonths(-1));
set("Expires", DateTime.UtcNow.AddYears(100));