mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 04:42:54 -05:00
allow fido to not ask for pin (fidopininput) #7115
Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
@@ -1793,6 +1793,12 @@
|
||||
"default": null,
|
||||
"description": "Maximum number of FIDO/YubikeyOTP hardware 2FA keys that can be setup in a user account."
|
||||
},
|
||||
"fidopininput": {
|
||||
"type": "string",
|
||||
"default": "preferred",
|
||||
"enum": ["preferred", "required", "discouraged"],
|
||||
"description": "Controls FIDO PIN prompt behavior: 'preferred' (asks only if key requires PIN), 'required' (always asks for PIN), or 'discouraged' (never asks for PIN). Default: 'preferred'."
|
||||
},
|
||||
"allowaccountreset": {
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
|
||||
Reference in New Issue
Block a user