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?