mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-25 16:42:34 +00:00
WebAuthnAuthenticator add timeout property
This commit is contained in:
committed by
Marek Posolda
parent
faefeccbee
commit
3a2bf0c04b
@@ -82,6 +82,7 @@ public class WebAuthnAuthenticator implements Authenticator, CredentialValidator
|
||||
WebAuthnPolicy policy = getWebAuthnPolicy(context);
|
||||
String rpId = getRpID(context);
|
||||
form.setAttribute(WebAuthnConstants.RP_ID, rpId);
|
||||
form.setAttribute(WebAuthnConstants.CREATE_TIMEOUT, policy.getCreateTimeout());
|
||||
|
||||
UserModel user = context.getUser();
|
||||
boolean isUserIdentified = false;
|
||||
|
||||
Reference in New Issue
Block a user