mirror of
https://github.com/goauthentik/authentik.git
synced 2026-06-17 19:09:11 +03:00
stages/authenticator_webauthn: save attestation certificate when creating credential (#20095)
* stages/authenticator_webauthn: save attestation certificate when creating credential Signed-off-by: Jens Langhammer <jens@goauthentik.io> * add toggle Signed-off-by: Jens Langhammer <jens@goauthentik.io> * fix migration Signed-off-by: Jens Langhammer <jens@goauthentik.io> * gen Signed-off-by: Jens Langhammer <jens@goauthentik.io> * squash Signed-off-by: Jens Langhammer <jens@goauthentik.io> * better test Signed-off-by: Jens Langhammer <jens@goauthentik.io> * ui Signed-off-by: Jens Langhammer <jens@goauthentik.io> * docs Signed-off-by: Jens Langhammer <jens@goauthentik.io> * gen Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
@@ -14854,6 +14854,11 @@
|
||||
},
|
||||
"title": "Device type restrictions"
|
||||
},
|
||||
"prevent_duplicate_devices": {
|
||||
"type": "boolean",
|
||||
"title": "Prevent duplicate devices",
|
||||
"description": "When enabled, a given device can only be registered once."
|
||||
},
|
||||
"max_attempts": {
|
||||
"type": "integer",
|
||||
"minimum": 0,
|
||||
|
||||
Reference in New Issue
Block a user