Hello,
We are trying to test docuSign Authentication from freshservice OAuth2.0 locally and facing an issue with redirect URL which is not as expected
Expected : http://localhost:10001/auth/callback
But works fine on production
So is there any way i can test the app locally
{
"client_id": "*****************************",
"client_secret": "*******************************",
"authorize_url": "https://account-d.docusign.com/oauth/auth",
"token_url": "https://account-d.docusign.com/oauth/code",
"options": {
"scope": "signature"
},
"token_type": "account"
}