Hello,
I am working on an app to integrate DocuSign with Freshservice. I am unable to do the authentication with DocuSign to get the access token.
I checked the issue and found that redirect URL from Freshservice contains this redirect URL redirect_uri=http%3A%2F%2Flocalhost%3A10001%2Fauth%2Fcallback%3Fcallback%3Dhttp%3A%2F%2Flocalhost%3A10001%2Fcustom_configs%3Fproduct%3Dfreshservice%26product%3Dfreshservice
which cause an issue
Please advice us on how to send OAuth redirect URL from Freshservice.
Code:
{
"client_id": "***********************",
"client_secret": "*************************",
"authorize_url": "https://account-d.docusign.com/oauth/auth",
"token_url": "https://account-d.docusign.com/oauth/code",
"options": {
"redirect_url" : ["http://localhost:10001/auth/callback"],
"scope": "signature"
},
"token_type": "account",
"oauth_iparams": {
}
}
Thanks,
Hassan