Redirect to Designer - Missing proxy query parameter
Thursday, August 24, 2017 at 11:50amI emailed support earlier, but I'll post the question here too in case it leads to a quicker/better resolution. I'm running into this error in Sandbox when accessing a URL that redirects to the sender's designer view.
https://sandbox.e-signlive.com/servererror/400?messageKey=error.unauthorised.proxyMissing&packageId=
To generate the URL, I'm using the Java SDK (10.10) like this.
EslClient esl = new EslClient(API_KEY, "https://sandbox.e-signlive.com/api"); String authToken = esl.getAuthenticationTokensService().createSenderAuthenticationToken(packageId); AuthenticationClient client = new AuthenticationClient("https://sandbox.e-signlive.com/access"); String url = client.buildRedirectToDesignerForSender(authToken, packageId);The generated URL will look like this. https://sandbox.e-signlive.com/access/auth?senderAuthenticationToken=NDc0ZWIxN2YtZDUwNi00ZGRlLThhNDUtYWNjOGNhMTdjNjY2&target=https%3A%2F%2Fsandbox.e-signlive.com%2Faccess%2Fdesigner%2F5b36a471-eebf-4770-a2be-560e4cafae2d Please let me know what would be causing this error. Thanks.
Reply to: Redirect to Designer - Missing proxy query parameter
Friday, August 25, 2017 at 06:01amReply to: Redirect to Designer - Missing proxy query parameter
Friday, August 25, 2017 at 06:49amReply to: Redirect to Designer - Missing proxy query parameter
Monday, August 28, 2017 at 08:07am