Unauthorized Access, Your authentication token has expired. Tue Oct 09 15:54 UTC
Tuesday, October 9, 2018 at 06:56amHello,
I have generated the below esignlive token, but when trying to access it, getting this message "Your authentication token has expired. Tue Oct 09 15:54 UTC".
I can access the package from esignlive portal but not from the generated URL. Can you please give me more details about the problem happened.
This is the generated URL:
https://sandbox.esignlive.com/access?sessionToken=NDEzMDAzxxxxxxxxxxxxxxxxxxxxxx
Thanks,
Nehme
Reply to: Unauthorized Access, Your authentication token has expired. Tue Oct 09 15:54 UTC
Wednesday, October 10, 2018 at 08:03ameslClient.PackageService.GetSigningUrl(new PackageId("package id"), "signer id"); // in this case, signer id can't be replaced by emailas commented, in this case, you can't input email as signer id in this function due to the SDK design. So I guess a custom ID to synchronize role id and signer id is a MUST if you want to use this function. The signing url looks like this: As you can noticed, signing url used a "loginToken" to combine the link. So what's different? #1, this link won't expire, you can simply understand it's the same link as the one you get from email notification OneSpan Sign will send to signers. #2, only through this link, authentication method validating signer will be available. On the other hand, if you get access from the url combined by authentication token, you won't have this authentication process. 3. Session Expiry during signing ceremony As we discussed above, your session expiry is different from your authentication token expiry. There're two sessions available, sender session and signer session. For Sender session timeout, it's to control the idle time when you operating as a sender at the Web UI Dashboard or when you in the Designer UI. For Signer session timeout, it's to control the time when signer doing the signing ceremony, they will get a expired error message as the attachment shows(and the connection session will get expired) of no activity to prevent too long time idle connection. To get back to the connection, they can simply refresh the page to recover the session. But in the iFrame scenario, you need to handle this because once signer receive this error, if they directly refresh the page, they will get reconnected, but if they do some other operations like click buttons or browse forward document, they will trigger the redirect url and take control from your parent window. So you can refer to my blog to have this issue handled. Hope this could help! DuoReply to: Unauthorized Access, Your authentication token has expired. Tue Oct 09 15:54 UTC
Tuesday, October 9, 2018 at 07:09amReply to: Unauthorized Access, Your authentication token has expired. Tue Oct 09 15:54 UTC
Tuesday, October 9, 2018 at 07:12amReply to: Unauthorized Access, Your authentication token has expired. Tue Oct 09 15:54 UTC
Tuesday, October 9, 2018 at 07:25amReply to: Unauthorized Access, Your authentication token has expired. Tue Oct 09 15:54 UTC
Tuesday, October 9, 2018 at 07:31amReply to: Unauthorized Access, Your authentication token has expired. Tue Oct 09 15:54 UTC
Tuesday, October 9, 2018 at 08:18amCreateSignerAuthenticationTokenForSingleUse()function? DuoReply to: Unauthorized Access, Your authentication token has expired. Tue Oct 09 15:54 UTC
Tuesday, October 9, 2018 at 08:28amReply to: Unauthorized Access, Your authentication token has expired. Tue Oct 09 15:54 UTC
Tuesday, October 9, 2018 at 08:44amReply to: Unauthorized Access, Your authentication token has expired. Tue Oct 09 15:54 UTC
Tuesday, October 9, 2018 at 09:24amReply to: Unauthorized Access, Your authentication token has expired. Tue Oct 09 15:54 UTC
Tuesday, October 9, 2018 at 09:36amReply to: Unauthorized Access, Your authentication token has expired. Tue Oct 09 15:54 UTC
Wednesday, October 10, 2018 at 04:35amReply to: Unauthorized Access, Your authentication token has expired. Tue Oct 09 15:54 UTC
Thursday, October 11, 2018 at 07:13amReply to: Unauthorized Access, Your authentication token has expired. Tue Oct 09 15:54 UTC
Thursday, October 11, 2018 at 07:14am