Dashboard URL is not working
Thursday, January 17, 2019 at 03:36amGenerated URL with below code is not working.
String userAuthToken = eslClient.getAuthenticationTokensService().createSenderAuthenticationToken(packageId.toString());
String URL = String.format("https://sandbox.esignlive.com/auth?senderAuthenticationToken=%s&target=https://sandbox.esignlive.com/a/transaction/%s",userAuthToken,packageId.toString());
System.out.println( URL.toString());
redirecting to login/password page. why?
We have created one account and there are number of members. we are sending package with member as a sender. And want his dashboard Url.
Reply to: Dashboard URL is not working
Thursday, January 17, 2019 at 04:00amReply to: Dashboard URL is not working
Thursday, January 17, 2019 at 04:18amhttps://sandbox.esignlive.com/auth?authenticationToken=%s&target=https://sandbox.esignlive.com/a/transaction/%s
use authenticationToken vs senderAuthenticationToken Duo