BharathiSankar

Creating signer session with SMS authentication

0 votes
Hi, We would like to integrate esign solution to our application, while creating the signer CreateSignerSessionToken, we want SMS authentication to be enabled in that session. Could you please advise how this can be achieved.

Approved Answer

Reply to: Creating signer session with SMS authentication

0 votes
That helped. Thank you.

Reply to: Creating signer session with SMS authentication

1 votes
Grabbing the sessionToken like:
eslClient.SessionService.CreateSignerSessionToken(packageId, "{emailAddress}")
will avoid the SMS auth step. If you want to see the SMS auth step, try using:
string myURL = eslClient.PackageService.GetSigningUrl(packageId, "{signerId}");
Let me know if this helps.

- Michael

Director, Partner and Developer Technologies, OneSpan

Facebook - Twitter - LinkedIn


Reply to: Creating signer session with SMS authentication

0 votes
You're very welcome. Let us know whenever you have questions. :)

- Michael

Director, Partner and Developer Technologies, OneSpan

Facebook - Twitter - LinkedIn


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