Account


Earned badges

Achievement: Latest Unlocked

Topic Started

This user has not created any forum posts.

Replies Created

Reply to: Redirect to Designer - Missing proxy query parameter

0 votes
Support helped me troubleshoot this. For posterity, I was using the wrong URL to create the AuthenticationClient. Below is the corrected block of code.
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");
String url = client.buildRedirectToDesignerForSender(authToken, packageId); 

Subscriptions

This user is not subscribed to any release notes.

Code Share

This user has not submitted any code shares.

Subscriptions Release Notes

This user is not subscribed to any release notes.