Expand my Community achievements bar.

Join us for the next Community Q&A Coffee Break on Tuesday April 23, 2024 with Eric Matisoff, Principal Evangelist, Analytics & Data Science, who will join us to discuss all the big news and announcements from Summit 2024!
SOLVED

Adobe Analytics API Integration

Avatar

Level 2

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.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

You will probably want to go with the JWT route:

auth-methods

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

You will probably want to go with the JWT route:

auth-methods