API Calls Not Using Fusion - Not Working After Move to Admin Console | Community
Skip to main content
Level 2
April 22, 2024
Solved

API Calls Not Using Fusion - Not Working After Move to Admin Console

  • April 22, 2024
  • 1 reply
  • 569 views

We previously used the API key in Workfront and linked other applications to Workfront using Python scripts. When we moved over to the Admin Console, the Python scripts no longer worked. Now we have a different application that we are trying to connect to Workfront but again the authentication isn't working. We do not want/intend to use Fusion for this unless there is no other option. Because we want the trigger to be on the other applications side. Has anyone run into this issue?

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 lgaertner

Hello aml7785,

 

As far as I understand, after migration to Adobe Admin Console, it is not possible any more to use individual API keys for non admin users.

 

If you are using the general API key from Setup > System > Customer Info, I would try to reset / regenerate the key.

 

Apart from that, I would suggest adding a Web application under Setup > System > OAuth2 Applications, as it is much more secure and flexible.

Writing the whole authentication process in Python was really challenging to me a couple of months ago, but the result is working like a charm almost every day, and I am also a bit proud of it.

Do not hesitate to ask, if you need help with that.

 

Regards

Lars

 

1 reply

lgaertner
lgaertnerAccepted solution
Level 9
April 22, 2024

Hello aml7785,

 

As far as I understand, after migration to Adobe Admin Console, it is not possible any more to use individual API keys for non admin users.

 

If you are using the general API key from Setup > System > Customer Info, I would try to reset / regenerate the key.

 

Apart from that, I would suggest adding a Web application under Setup > System > OAuth2 Applications, as it is much more secure and flexible.

Writing the whole authentication process in Python was really challenging to me a couple of months ago, but the result is working like a charm almost every day, and I am also a bit proud of it.

Do not hesitate to ask, if you need help with that.

 

Regards

Lars