TestAPI | Posts: 2

Missing proxy query parameter when using iframe

0 votes
Hi, I am trying to embed the signing in my webpage using an iframe To generate the session token i use SessionToken sessionToken = eslClient.getSessionService().createSessionToken(packageId.toString(), signer1Id); signer1Id is the custom Id used to create a package. Please see the attached file for the error. Can you let me know what am i doing wrong and what does this error mean. Thanks, Kruti

Attachments
harishaidary | Posts: 1812

Reply to: Missing proxy query parameter when using iframe

0 votes
Hi Kruti, Can you instead try to create a signer authentication token:
String signerAuthToken = eslClient.getAuthenticationTokensService().createSignerAuthenticationToken(packageId, signerId);
and then building the following url with the signer token:
https://sandbox.esignlive.com/access?sessionToken={signerAuthToken}

TestAPI | Posts: 2

Reply to: Missing proxy query parameter when using iframe

0 votes
Hi, I tried that but now i get Unauthorized access error. See attached image

Attachments
harishaidary | Posts: 1812

Reply to: Missing proxy query parameter when using iframe

0 votes
Can you try removing the dash in "e-signlive"?

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