mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-02-12 11:01:52 +00:00
forgot oidc group schema fix
Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
parent
5c13f178be
commit
385a4738cd
1 changed files with 0 additions and 3 deletions
|
@ -3420,14 +3420,12 @@
|
||||||
},
|
},
|
||||||
"required": {
|
"required": {
|
||||||
"type": [
|
"type": [
|
||||||
"string",
|
|
||||||
"array"
|
"array"
|
||||||
],
|
],
|
||||||
"description": "Access is only granted to users who are a member of at least one of the listed required groups."
|
"description": "Access is only granted to users who are a member of at least one of the listed required groups."
|
||||||
},
|
},
|
||||||
"siteadmin": {
|
"siteadmin": {
|
||||||
"type": [
|
"type": [
|
||||||
"string",
|
|
||||||
"array"
|
"array"
|
||||||
],
|
],
|
||||||
"description": "Full site admin priviledges will be granted to users who are a member of at least one of the listed admin groups."
|
"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": {
|
"properties": {
|
||||||
"filter": {
|
"filter": {
|
||||||
"type": [
|
"type": [
|
||||||
"string",
|
|
||||||
"array"
|
"array"
|
||||||
],
|
],
|
||||||
"description": "Only groups listed here are mirrored into MeshCentral user groups."
|
"description": "Only groups listed here are mirrored into MeshCentral user groups."
|
||||||
|
|
Loading…
Reference in a new issue