Embedded Signing with Remote Signing
Problem:
The redirect after signing url can only set through Account Settings.
Current situation:
Currently, when an envelope is created in our app, an email is sent to the user via DocuSign (Remote signing).
A link is also generated where the user can access the Envelope through our app (Embedded signing). So we combine remote and embedded signing.
This method works, but there is a problem regarding the redirect Uri definition when signing remotely.
The redirect Uri is only taken from the account settings. A defined uri in the branding is ignored, as is a redirect uri that is specified directly during the API call.
Additional Infos:
In the envelope definition the embeddedRecipientStartUrl in the signer object is set to “SIGN_AT_DOCUSIGN” and the clientUserId is defined which is later used for the RecipientView link generation.
Back to Docusign.com

