Hi,
I created an Adobe Analytics Integration in adobe console with 0auth authentication method. The problem is that when I want to get the auth code by making a get to this url:
https://ims-na1.adobelogin.com/ims/authorize?client_id={id}&redirect_uri=https://www.adobe.c…
I'm redirected to the adobe login.
If I use postman I can login through the visual interface but when I use an script I need to pass username and password in the request.
Can you help to login trough python script?
Thank you.
Regards.