OliverH

Maximum Failure Time

0 votes
Hi team, I would like to know whether we have the capability to extend the max failure time before locking a signer. If possible, what's the REST API? Thanks,

Reply to: Maximum Failure Time

0 votes
Hi Oliver, You can assign the max failure time in your package setting with below REST call:
PUT /api/packages/{packageId}
{
   "settings":{
      "ceremony":{
         "maxAuthFailsAllowed":5
      }
   }
}
By default, the maxAuthFailsAllowed attribute is 3, you can extend it as you see fit. Hope this could help! Duo

Duo Liang OneSpan Evangelism and Partner Integrations Developer


Hello! Looks like you're enjoying the discussion, but haven't signed up for an account.

When you create an account, we remember exactly what you've read, so you always come right back where you left off