jimmy

Javascript Event Notifiers

0 votes

https://community.onespan.com/documentation/onespan-sign/guides/feature-guides/developer/using-javascript-event-notifiers

 

For the events listed as "Can Event Be Temporarily Stopped?" what does that mean?  For example ESL:MESSAGE:STARTED:SIGNER_COMPLETE is listed as temporarily stoppable.  Does that mean that it is possible to halt the completion of the signing for that signer.  If so, is there a time limit on how long it can be halted.


Reply to: Javascript Event Notifiers

0 votes

Hi Jimmy,

 

Thanks for your post! Please be aware that by "temporarily stop the signer complete event", it doesn't actually block the signer completion (the signer has already completed signing), but just to block the signing ceremony UI from redirecting to the signer completion page.

A typical use case is to disable the default signer completion page and display your own page instead.

 

Duo

Duo Liang OneSpan Evangelism and Partner Integrations Developer


Reply to: Javascript Event Notifiers

0 votes

Okay, so it isn't possible using any of the messages to stop the transaction from completing the signing session for the user.  If you wanted the user to reauthenticate prior to completing the signing session is there a way to do this?


Reply to: Javascript Event Notifiers

0 votes

Hi Jimmy,

 

Based upon your requirement, signer authentication comes on top of my head, where signers will be authenticated with SMS OTP, Q&A, or Knowledge-based authentication before they accessed the signing ceremony.

If you literally mean to add an additional authentication step after the signer clicked "confirm" and before the signing session completed, this is called external verification in OSS. You can refer to this feature guide for the sequence diagram and a sample integration code. Note that currently it only has Java SDK for the external verification.

 

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