Bug 56854 - Implement possibility to automatically "Sign in with key"
Implement possibility to automatically "Sign in with key"
Status: NEW
Product: UCS
Classification: Unclassified
Component: Keycloak
UCS 5.0
Other Linux
: P5 minor (vote)
: ---
Assigned To: UCS maintainers
UCS maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2023-11-21 14:28 CET by Finn David
Modified: 2023-11-21 14:28 CET (History)
0 users

See Also:
What kind of report is it?: Feature Request
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?: Yes
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number: 2023112121000063
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Finn David univentionstaff 2023-11-21 14:28:04 CET
Like mentioned in the ticket, it is possible to configure Keycloak, so that the user does not need to check "Sign in with key" manually:



https://github.com/webauthn4j/keycloak-webauthn-authenticator/blob/master/w[..]

--- webauthn-authenticate.ftl.orig    2022-01-03 15:17:13.000000000 +0100
+++ webauthn-authenticate.ftl    2022-01-03 15:17:56.094803367 +0100
@@ -46,6 +46,8 @@
              checkAllowCredentials();
          }

+    window.onload = webAuthnAuthenticate;
+
          function checkAllowCredentials() {
              let allowCredentials = [];
              let authn_use = document.forms['authn_select'].authn_use_chk;



It would be nice to implement the feature in our Keycloak app, so the user can decide whether or not to have "Sign in with key" checked.