WebAuthnAuthenticator add timeout property
This commit is contained in:
parent
faefeccbee
commit
3a2bf0c04b
1 changed files with 1 additions and 0 deletions
|
@ -82,6 +82,7 @@ public class WebAuthnAuthenticator implements Authenticator, CredentialValidator
|
||||||
WebAuthnPolicy policy = getWebAuthnPolicy(context);
|
WebAuthnPolicy policy = getWebAuthnPolicy(context);
|
||||||
String rpId = getRpID(context);
|
String rpId = getRpID(context);
|
||||||
form.setAttribute(WebAuthnConstants.RP_ID, rpId);
|
form.setAttribute(WebAuthnConstants.RP_ID, rpId);
|
||||||
|
form.setAttribute(WebAuthnConstants.CREATE_TIMEOUT, policy.getCreateTimeout());
|
||||||
|
|
||||||
UserModel user = context.getUser();
|
UserModel user = context.getUser();
|
||||||
boolean isUserIdentified = false;
|
boolean isUserIdentified = false;
|
||||||
|
|
Loading…
Reference in a new issue