Adobe Analytics API Integration | Community
Skip to main content
imettricsi19284
Level 2
October 8, 2019
Solved

Adobe Analytics API Integration

  • October 8, 2019
  • 1 reply
  • 2472 views

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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by evidana

You will probably want to go with the JWT route:

auth-methods

1 reply

evidanaCommunity AdvisorAccepted solution
Community Advisor
October 23, 2019

You will probably want to go with the JWT route:

auth-methods