Account


Earned badges

Achievement: Latest Unlocked

Topic Started

This user has not created any forum posts.

Replies Created

Reply to: Sandbox not sending email notifications

0 votes
Hi Mark, If you require your sender's signature, and want to send an email to your sender(record owner), you can follow the Notify Signers Guidance to manually send an email to your sender's mailbox once you sent your package. But you can always generate an authentication token and use this token to combine the signing URL by your self and integrate the signing ceremony in your own work flow. For more information, you can follow this guidance. And if you just that link from email, it's signing url, guidance here. The difference between these ways is, the signing url won't be expired and all authentication tokens will expire in 30 mins depending on your needs. Hope this could help you! Duo

Reply to: Sandbox not sending email notifications

0 votes
Hi Mark, Was our support team member able to reproduce the issue or if it's only happening in your ORG? If the issue remains, I would suggest the workaround that the sender to sign through our WebUI while our support would work with you on this issue. And from the OneSpan Sign SFDC connector, the sender should know when they send a transaction, so that's how they will know when they need to sign one. Hope this could help you! Duo

Reply to: Cookie issues on Safari

0 votes
Hi mvonahn, Let's elaborate the cookie issue in iOS a little bit: Take Safari for example, if you didn't turn off the Safari setting "Prevent Cross-Site Tracking", the third party content provider (OneSpan Sign domain) won't be able to grant browser cookie, unless you visit and interact with the third-party content provider as a first-party website. (that's why we have this workaround that you just need to open any page from OneSpan Sign domain once in a new tab, either programmatically or manually) Before iOS 13, if you've turned off the "Prevent Cross-Site Tracking", you won't have any problem accessing signing ceremony within an iFrame, however after iOS 13, there's one security update mentioned in Safari 13 release note that might still prevent the third-party cookie:
Updated Intelligent Tracking Prevention to prevent cross-site tracking through referrer and through link decoration.
(From the best of my knowledge, OneSpan Sign signing ceremony pages used referrer) Since it's a main trend for Safari to have more and more restricted controls on third-party cookie, I won't think there's an easy fix to by pass it. So I would suggest a potential solution which is currently used by one of our biggest client and partner: that to leverage a Reverse Proxy converting the third-party cookie to first-party cookie. I had a blog Third Party Cookie and Reverse Proxy guiding you through how to configure the apache server, kindly have a check there. Hope this could help! Duo

Reply to: Cookie issues on Safari

0 votes
Hi mvonahn, Please note that the "X-Frame-Options" header is not the cause of this issue, the root cause is the fact that the Signing Ceremony page was not able to grant third-party cookie to your browser, therefore the page was redirected to the login page, which is displayed as blank page. Login page is not allowed to be embedded into iFrame, therefore you've seen the same origin restriction. Below, I will clarify the whole procedure in a detailed manner: Above screenshot represents a typical failure when trying to access an embedded Signing Ceremony, due to the cookie issue. As you can see, there're two redirect jumps after the initial request: if third-party cookie is enabled and successfully be granted, the last call should lead you to the actual signing ceremony page, while in the failed scenario, due to the lack of cookie header(ESIGNLVIE_SESSION_ID={your_session_id}), the error handling in Signing Ceremony code kicked in and redirected to the login page. Please let me know if this is consistent to your scenario. Duo

Subscriptions

Topics Replies Freshness Views Users

Where do I find my API Key?

3 3 weeks 1 day ago 28
Profile picture for user Duo_Liang

We can verify when a signer signed all the documents as follow:

1 3 weeks 3 days ago 17
Profile picture for user Duo_Liang

When I send a document for completion and signature, they are seeing the colorful blue box directing them to sign the document but are overlooking the text boxes that also need to be completed in t

3 4 weeks 2 days ago 19
Profile picture for user Duo_Liang

Within our OneSpan build, we have chosen to use optional signatures where a document may have more than one section to sign but a customer has a choice which sections they are approving (e.g.

1 1 month ago 13
Profile picture for user Duo_Liang

Receiving Access Denied on Interactive API Reference Page. Occurs whether logged in or out. Previously don't think the page was behind authentication at all.

3 1 month ago 16
Profile picture for user Duo_Liang

Code Share

Requesting Attachments (Apex SDK)

Submitted on
Example code shows how to request attachments from your signers.
  • attachment
  • APEX
31 views
5 downloads

Bulk Sign For a Signer (Apex SDK)

Submitted on
Example code shows how to bulk sign for a signer.
  • APEX
  • Bulk sign
48 views
12 downloads

Change Signer (Apex SDK)

Submitted on
Example code shows you how to allow the signer to be changed during the signing ceremony.
  • change signer
  • APEX
14 views
5 downloads
Example code shows how signers can receive signed documents by email.
  • APEX
3 views

Notify Signer Example (Apex SDK)

Submitted on
Example code to notify signer of a pending signature.
  • APEX
  • notifySigner
15 views
6 downloads

Subscriptions Release Notes

This user is not subscribed to any release notes.