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:
Jens L.
2026-03-30 12:55:39 +01:00
committed by GitHub
parent 0748a3800f
commit 0b1ba60354
21 changed files with 403 additions and 44 deletions
+5
View File
@@ -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,