Skip to main content
Question

DocuSign Focused view issue

  • 29 May 2024
  • 1 reply
  • 195 views

Hi everyone I ran into this issue hopefully someone can help me out

Issue

Web App with  https://test.domain1.io
Launches iFrame in modal window to https://test.domain2.io

(different domains)

The iFrame app launches Docusign using Focused View and client libraries from DocuSign for end user to sign. The launch will not work and there is an error in the console showing -

Refused to frame 'https://apps-d.docusign.com/' because an ancestor violates the following Content Security Policy directive: "frame-ancestors https://test.domain2.io"

 

I am following this how-to:

https://developers.docusign.com/docs/esign-rest-api/how-to/request-signature-focused-view/

 

I also put both domains (https://test.domain1.io, https://test.domain2.io, https://apps-d.docusign.com) in  frameAncestors field when creating the recipient view URL.

 

How can we pass https://test.domain1.io to the Docusign so it will properly configure the CSP?

 

Hello,

For some reasons, DocuSign suggests other alternatives to iFrames, and embedded Signing is one of them. You can use a react code as an alternative, as you can see here:

https://github.com/docusign/code-examples-react

Note that Embedded View and iFrames are different technologies, so it is unlikely that you can use both at the same time. If you need further assistance. Maybe you need to reach out our Developer Team asking to review your code if you still run into issues or if you want to follow up with iFrames. 


Reply