Account


Earned badges

Achievement: Latest Unlocked

Topic Started

Topics
After creating a package, I get the session token for that package, and return the access signing URL which I pass to an iframe.
When trying to create a signing URL in an In Person signing scenario, I am getting the following error when trying to retrieve the SessionToken to use with the URL.
SessionToken sessionToken = e

Replies Created

Reply to: Could not create a session token for signer

0 votes
Further investigation shows the API key was not correct. I was pulling it in from a property file which was truncating the trailing equals ("==" ). I was able to get a successful Authentication Token when I realized this and corrected it. Thank you Haris!

Reply to: Signing Session in iFrame Error

0 votes
Hi Haris, Third party cookies is enabled. I tested in IE11 and Chrome and got the same result. To retrieve the session token I am using
String mySessionToken = eslClient.getAuthenticationTokensService().createSignerAuthenticationToken(packageId, signerId);
. The URL I'm building is
"https://sandbox.esignlive.com/access?sessionToken=" + mySessionToken;
. Thanks for your help!

Subscriptions

Topics Replies Freshness Views Users
Is there a method for downloading the Evidence Summary Report for a Completed package ?
1 5 years 11 months ago 180
Profile picture for user harishaidary
After creating a package, I get the session token for that package, and return the access signing URL which I pass to an iframe.
7 6 years 3 months ago 38
Profile picture for user harishaidary
When trying to create a signing URL in an In Person signing scenario, I am getting the following error when trying to retrieve the SessionToken to use with the URL.
SessionToken sessionToken = e
12 6 years 4 months ago 136
Profile picture for user harishaidary

Code Share

This user has not submitted any code shares.

Subscriptions Release Notes

This user is not subscribed to any release notes.