Version 0.5.46
Ylian Saint-Hilaire committed
May 27, 2020 at 18:40 UTC
b42e73232f8bd24d96a1a41890682c773d96488d
2 files changed
+9
-1
package.json
+1
-1
@@ -1,6 +1,6 @@
1
{
2
"name": "meshcentral",
3
- "version": "0.5.45",
3
+ "version": "0.5.46",
4
"keywords": [
5
"Remote Management",
6
"Intel AMT",
sample-config-advanced.json
+8
@@ -103,6 +103,7 @@
103
"_MeshQuota": 248576,
104
"Minify": true,
105
"_NewAccounts": true,
106
+ "_NewAccountsUserGroups": [ "ugrp//xxxxxxxxxxxxxxxxx" ],
107
"_UserNameIsEmail": true,
108
"_NewAccountEmailDomains": [ "sample.com" ],
109
"_NewAccountsRights": [ "nonewgroups", "notools" ],
@@ -165,30 +166,35 @@
166
"twitter": {
167
"_callbackurl": "https://server/auth-twitter-callback",
168
"newAccounts": true,
169
+ "_newAccountsUserGroups": [ "ugrp//xxxxxxxxxxxxxxxxx" ],
170
"clientid": "xxxxxxxxxxxxxxxxxxxxxxx",
171
"clientsecret": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
172
},
173
"google": {
174
"_callbackurl": "https://server/auth-google-callback",
175
"newAccounts": true,
176
+ "_newAccountsUserGroups": [ "ugrp//xxxxxxxxxxxxxxxxx" ],
177
"clientid": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.apps.googleusercontent.com",
178
"clientsecret": "xxxxxxxxxxxxxxxxxxxxxxx"
179
},
180
"github": {
181
"_callbackurl": "https://server/auth-github-callback",
182
"newAccounts": true,
183
+ "_newAccountsUserGroups": [ "ugrp//xxxxxxxxxxxxxxxxx" ],
184
"clientid": "xxxxxxxxxxxxxxxxxxxxxxx",
185
"clientsecret": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
186
},
187
"reddit": {
188
"_callbackurl": "https://server/auth-reddit-callback",
189
"newAccounts": true,
190
+ "_newAccountsUserGroups": [ "ugrp//xxxxxxxxxxxxxxxxx" ],
191
"clientid": "xxxxxxxxxxxxxxxxxxxxxxx",
192
"clientsecret": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
193
},
194
"azure": {
195
"_callbackurl": "https://server/auth-azure-callback",
196
"newAccounts": true,
197
+ "_newAccountsUserGroups": [ "ugrp//xxxxxxxxxxxxxxxxx" ],
198
"clientid": "00000000-0000-0000-0000-000000000000",
199
"clientsecret": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
200
"tenantid": "00000000-0000-0000-0000-000000000000"
@@ -196,6 +202,7 @@
202
"jumpcloud": {
203
"_callbackurl": "https://server/auth-jumpcloud-callback",
204
"newAccounts": true,
205
+ "_newAccountsUserGroups": [ "ugrp//xxxxxxxxxxxxxxxxx" ],
206
"entityid": "meshcentral",
207
"idpurl": "https://sso.jumpcloud.com/saml2/saml2",
208
"cert": "jumpcloud-saml.pem"
@@ -203,6 +210,7 @@
210
"saml": {
211
"_callbackurl": "https://server/auth-saml-callback",
212
"newAccounts": true,
213
+ "_newAccountsUserGroups": [ "ugrp//xxxxxxxxxxxxxxxxx" ],
214
"entityid": "meshcentral",
215
"idpurl": "https://server/saml2",
216
"cert": "saml.pem"