Skip to main content

But everytime, when I type : https://account-d.docusign.com/oauth/auth?response_type=code&scope=signature&client_id={my_real_client_id}&redirect_uri=https://localhost:8080/callback

Docusign ask the developer account to sign in, otherwise I cannot get the auth code, so I cannot get the access token by the auth code. So it is not a one time thing, everytime, If I want to call some eSign API, I need to login the developer account everytime, why?

 

Hello ​@Hejun Deng,

To obtain the code and grant consent for application it is required that you login to your account, however after that you can authenticate with a refresh token instead and so you don't need to login to authenticate.

This article gives more details about the Authentication Code Grant refresh tokens:

https://www.docusign.com/blog/developers/authorization-code-grant-refresh-tokens

 

Thanks,

 


Reply