marioneil

Signing session expiry

0 votes
Hi Is there a way to expire a signing session via the REST api. When does the signing session expire by default. Are there any business rules for expiry ? Thanks Mario

Approved Answer

Reply to: Signing session expiry

0 votes
Hi Mario, The default session timeout is 30 minutes of no activity, and you can set it by contacting our support team at [email protected]. You can also consider to use a single-time use authorization token to form your signing URL. In that case, once the session expired, your user will lose their connection if this fits your use case. And currently, there's no API call to manually expire a signing session. BTW, can you share more about your use case about why you concern this? Hope this could help you! Duo

Duo Liang OneSpan Evangelism and Partner Integrations Developer


Reply to: Signing session expiry

0 votes
Hi Duo I was asking this question for my knowledge. Can you give me a link to REST implementation of single-time use authorization token, Regards Mario

Reply to: Signing session expiry

0 votes
Hi Mario, Sure, with my pleasure. This is the REST API call to generate a single use auth token.
HTTP Request
POST /api/authenticationTokens/signer/singleUse

HTTP Headers
Accept: application/json
Content-Type: application/json
Authorization: Basic api_key

Request Payload
{
   "packageId":"s-wy6PFASBlAKfnLJjcbzoaMyTg=",
   "signerId":"[email protected]"
}
For more information, you can also refer to this guidance. 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