Skip to main content
Question

How do I go about handling ds_callback

  • 19 June 2024
  • 1 reply
  • 27 views

I’m trying to understand the functioning and upgrade my application to the new standard for DocuSign but im having an issue around the ds_callback. It seems I can’t run my own docusign module without implementing the router service as well but that just redirects me away from my testing page. Is there a way around not having to use the RouterService in the example?

I guess you are migrating from legacy auth to OAuth2.0 and you have an issue with redirecting to your application page after granting consent.

I recommend you refer to the QuickStart code example, as it includes the code for authentication and how you can route back to your application page once the user has granted consent.
https://developers.docusign.com/docs/esign-rest-api/quickstart/overview/

If you encounter any issues in migrating to OAuth, I would recommend you open a new support case so we can take a closer look at your implementation.
https://support.docusign.com/en/contactSupport 


Reply