mailtodanish

Dashboard URL is not working

0 votes
Generated 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

0 votes
Hi there, Sorry for not replying to your previous thread. And I just got some confirms on this case. If you were trying to embed dashboard into an iFrame, it won't work and not allowed for now. Because the dashboard's X-Frame-Options was set to sameorigin which disallowed loading of the resource in an iframe outside of OneSpan Sign domain. Only Designer Session and Signing Ceremony were allowed to load in iFrame for temporary. So per your requirement, you can build a similar transaction detail page in your own application. And there's do have API calls allowing you to load the flattened document pages so that you can build the preview function. Duo

Duo Liang OneSpan Evangelism and Partner Integrations Developer


Reply to: Dashboard URL is not working

0 votes
Hi there, Sorry, my response above was a little bit off topic. Please try building this link instead: https://sandbox.esignlive.com/auth?authenticationToken=%s&target=https://sandbox.esignlive.com/a/transaction/%s use authenticationToken vs senderAuthenticationToken Duo

Duo Liang OneSpan Evangelism and Partner Integrations Developer


Hello! Looks like you're enjoying the discussion, but haven't signed up for an account.

When you create an account, we remember exactly what you've read, so you always come right back where you left off