Forums
Hi, i am trying to integrate our web application with e-signature and display the "package view" for sender in iframe. What i CAN do and what is working is to obtain a session and build a package view for sender: private String getRedirectToPackageViewForSender(EslClient eslClient, AuthenticationClient authenticationClient, PackageId packageId) { final String senderAuthenticationToken = eslClient.getAuthenticationTokensService().createSenderAuthenticationToken(packageId.getId()); String redirectToPackageViewForSender = authenticationClient.buildRedirectToPackageViewForSender(userAuth