From 385a4738cd8372fdefa0266df557608faad911ea Mon Sep 17 00:00:00 2001 From: si458 Date: Tue, 21 May 2024 16:56:56 +0100 Subject: [PATCH] forgot oidc group schema fix Signed-off-by: si458 --- meshcentral-config-schema.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/meshcentral-config-schema.json b/meshcentral-config-schema.json index 2f5500d3..4e59e088 100644 --- a/meshcentral-config-schema.json +++ b/meshcentral-config-schema.json @@ -3420,14 +3420,12 @@ }, "required": { "type": [ - "string", "array" ], "description": "Access is only granted to users who are a member of at least one of the listed required groups." }, "siteadmin": { "type": [ - "string", "array" ], "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 @@ "properties": { "filter": { "type": [ - "string", "array" ], "description": "Only groups listed here are mirrored into MeshCentral user groups."