Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
Read only

Reading the return code from Browser for DocuSign grant code authentication in ABAP

AJ19
Discoverer
0 Likes
549

Hi Experts,

Manual way:

Putting the url  - https://account-d.docusign.com/oauth/auth?response_type=code&scope=signature&client_id=67a95ba6-82e7...

in google chrome and entering the DocuSign id and password. It will generate a return url as below with code:

https://localhost.com/callback?code=eyJ0eXAiOiJNVCIsImFsZyI6IlJTMjU2Iiwia2lkIjoiNjgxODVmZjEtNGU1MS00...

ABAP Development:

We are trying to achieve the same via abap program and are passing initial url but in response we are not able to read the return url. Instead we are getting html text of the url page instead of browser url (return url).

Please suggest how we can achieve this through abap to read the return url from initial url

0 REPLIES 0