mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
connect
This commit is contained in:
@@ -243,6 +243,7 @@ function createClient() {
|
||||
"response_types": [ "code" ],
|
||||
"metadata": {
|
||||
"note": "$note"
|
||||
"searchUsername": ""
|
||||
}
|
||||
}
|
||||
EOF
|
||||
@@ -271,7 +272,7 @@ function update() {
|
||||
"op": "replace",
|
||||
"path": "/metadata",
|
||||
"value": {
|
||||
"note": "$note"
|
||||
"note": "$note",
|
||||
"searchUsername": "$searchusername"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user