From 942fe26c465f7ac74e2568161f7bd9b1ef3c0fa7 Mon Sep 17 00:00:00 2001 From: Simeon Keske Date: Wed, 26 Aug 2020 23:35:16 +0200 Subject: [PATCH] add wiebauth auth template --- login/webauthn-authenticate.ftl | 107 ++++++++++++++++++++++++++++++++ 1 file changed, 107 insertions(+) create mode 100644 login/webauthn-authenticate.ftl diff --git a/login/webauthn-authenticate.ftl b/login/webauthn-authenticate.ftl new file mode 100644 index 0000000..e3adcc2 --- /dev/null +++ b/login/webauthn-authenticate.ftl @@ -0,0 +1,107 @@ + <#import "template.ftl" as layout> + <@layout.registrationLayout showAnotherWayIfPresent=false; section> + <#if section = "title"> + title + <#elseif section = "header"> + ${kcSanitize(msg("webauthn-login-title"))?no_esc} + <#elseif section = "form"> + +
+
+ + + + + + +
+
+ + <#if authenticators??> +
+ <#list authenticators.authenticators as authenticator> + + +
+ + + + + + <#elseif section = "info"> + + +