From 049fd8edc382f344018398027a4e0b3915116ff2 Mon Sep 17 00:00:00 2001 From: aeneasr <3372410+aeneasr@users.noreply.github.com> Date: Mon, 28 Feb 2022 19:11:16 +0100 Subject: [PATCH] feat(session): add webauthn to extension validation --- embedx/identity_extension.schema.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/embedx/identity_extension.schema.json b/embedx/identity_extension.schema.json index 7205039be9a7..ef402cdadcfb 100644 --- a/embedx/identity_extension.schema.json +++ b/embedx/identity_extension.schema.json @@ -21,6 +21,15 @@ } } }, + "webauthn": { + "type": "object", + "additionalProperties": false, + "properties": { + "identifier": { + "type": "boolean" + } + } + }, "totp": { "type": "object", "additionalProperties": false,