Fix required user attributes, webauthn registration + login #1

Merged
b12f merged 6 commits from fix/required-user-attrs-webauthn into main 2023-07-20 17:48:31 +00:00

6 commits

Author SHA1 Message Date
teutat3s 4aa04e2ea4
Fix missing buttons in list of available authenticators 2023-07-14 23:55:46 +02:00
teutat3s 8fabcc79ee
Update README 2023-07-14 23:16:59 +02:00
teutat3s c0abc24aa2
Fix required action: register webauthn
Without this change, when trying to register a new WebAuthn device, the
following error appears:
2023-07-14 20:53:41,831 ERROR [freemarker.runtime] (executor-thread-5) Error executing FreeMarker template: freemarker.core.InvalidReferenceException: The following has evaluated to null or missing:
==> properties.kcWebAuthnKeyIcon  [in template "webauthn-register.ftl" at line 6, column 24]
2023-07-14 23:12:28 +02:00
teutat3s 64d4ca1751
account: do not mark firstName, lastName as required 2023-07-14 23:11:59 +02:00
teutat3s 77e15657d3
flake: bump lockfile
Remove flake-utils from devshell inputs

Fix devshell overlay reference
2023-07-14 23:10:26 +02:00
teutat3s c7617bda4f
Fix missing jquery dependency
Loading failed for the <script> with source “https://auth.pub.solar/resources/nywxw/common/pub.solar/node_modules/jquery/dist/jquery.min.js”.

Uncaught (in promise) ReferenceError: $ is not defined
2023-07-14 22:05:18 +02:00