forgot oidc group schema fix
Signed-off-by: si458 <simonsmith5521@gmail.com>
si458 committed
May 21, 2024 at 16:56 UTC
385a4738cd8372fdefa0266df557608faad911ea
1 file changed
-3
meshcentral-config-schema.json
-3
@@ -3420,14 +3420,12 @@
3420
},
3421
"required": {
3422
"type": [
3423
- "string",
3423
"array"
3424
],
3425
"description": "Access is only granted to users who are a member of at least one of the listed required groups."
3426
},
3427
"siteadmin": {
3428
"type": [
3430
- "string",
3429
"array"
3430
],
3431
"description": "Full site admin priviledges will be granted to users who are a member of at least one of the listed admin groups."
@@ -3446,7 +3444,6 @@
3444
"properties": {
3445
"filter": {
3446
"type": [
3449
- "string",
3447
"array"
3448
],
3449
"description": "Only groups listed here are mirrored into MeshCentral user groups."